public interface ClassFileDataLoader
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getClassData(String name)
Returns null if class data not found.
|
InputStream getClassData(String name) throws IOException
name - fully qualified class nameIOExceptionCopyright © 2004-2015 Cojen. All Rights Reserved.