public class Pack200ClassReader extends org.objectweb.asm.ClassReader
| Constructor and Description |
|---|
Pack200ClassReader(byte[] b) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
boolean |
hasSyntheticAttributes() |
boolean |
lastConstantHadWideIndex() |
Object |
readConst(int item,
char[] buf) |
int |
readUnsignedShort(int index) |
String |
readUTF8(int arg0,
char[] arg1) |
void |
setFileName(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 Object readConst(int item, char[] buf)
readConst in class org.objectweb.asm.ClassReaderpublic String readUTF8(int arg0, char[] arg1)
readUTF8 in class org.objectweb.asm.ClassReaderpublic boolean lastConstantHadWideIndex()
public boolean hasSyntheticAttributes()
public void setFileName(String name)
public String getFileName()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.