Class Pack200ClassReader
java.lang.Object
org.objectweb.asm.ClassReader
org.apache.commons.compress.harmony.pack200.Pack200ClassReader
Wrapper for ClassReader that enables pack200 to obtain extra class file information
- 
Field Summary
Fields inherited from class org.objectweb.asm.ClassReader
b, EXPAND_FRAMES, header, SKIP_CODE, SKIP_DEBUG, SKIP_FRAMES - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanreadConst(int item, char[] buf) intreadUnsignedShort(int index) readUTF8(int arg0, char[] arg1) voidsetFileName(String name) Methods inherited from class org.objectweb.asm.ClassReader
accept, accept, getAccess, getClassName, getInterfaces, getItem, getItemCount, getMaxStringLength, getSuperName, readByte, readBytecodeInstructionOffset, readBytes, readClass, readInt, readLabel, readLong, readModule, readPackage, readShort 
- 
Constructor Details
- 
Pack200ClassReader
- Parameters:
 b- the contents of class file in the format of bytes
 
 - 
 - 
Method Details
- 
getFileName
 - 
hasSyntheticAttributes
 - 
lastConstantHadWideIndex
 - 
readConst
- Overrides:
 readConstin classorg.objectweb.asm.ClassReader
 - 
readUnsignedShort
- Overrides:
 readUnsignedShortin classorg.objectweb.asm.ClassReader
 - 
readUTF8
- Overrides:
 readUTF8in classorg.objectweb.asm.ClassReader
 - 
setFileName
 
 -