public class Pack200ClassReader extends org.objectweb.asm.ClassReader
| Constructor and Description |
|---|
Pack200ClassReader(byte[] b) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
boolean |
hasSyntheticAttributes() |
boolean |
lastConstantHadWideIndex() |
java.lang.Object |
readConst(int item,
char[] buf) |
int |
readUnsignedShort(int index) |
java.lang.String |
readUTF8(int arg0,
char[] arg1) |
void |
setFileName(java.lang.String name) |
public Pack200ClassReader(byte[] b)
b - the contents of class file in the format of bytespublic int readUnsignedShort(int index)
readUnsignedShort in class org.objectweb.asm.ClassReaderpublic java.lang.Object readConst(int item, char[] buf)
readConst in class org.objectweb.asm.ClassReaderpublic java.lang.String readUTF8(int arg0, char[] arg1)
readUTF8 in class org.objectweb.asm.ClassReaderpublic boolean lastConstantHadWideIndex()
public boolean hasSyntheticAttributes()
public void setFileName(java.lang.String name)
public java.lang.String getFileName()