|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.asm.ClassReader
org.mule.util.scan.annotations.ClosableClassReader
public class ClosableClassReader
A Class reader trhat will close the stream once initialised
| Field Summary |
|---|
| Fields inherited from class org.objectweb.asm.ClassReader |
|---|
b, EXPAND_FRAMES, header, SKIP_CODE, SKIP_DEBUG, SKIP_FRAMES |
| Constructor Summary | |
|---|---|
ClosableClassReader(InputStream inputStream)
|
|
ClosableClassReader(String s)
|
|
| Method Summary |
|---|
| Methods inherited from class org.objectweb.asm.ClassReader |
|---|
accept, accept, getAccess, getClassName, getInterfaces, getItem, getSuperName, readByte, readClass, readConst, readInt, readLabel, readLong, readShort, readUnsignedShort, readUTF8 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClosableClassReader(String s)
throws IOException
IOException
public ClosableClassReader(InputStream inputStream)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||