Class BcBands
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.BandSet
-
- org.apache.commons.compress.harmony.unpack200.BcBands
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getBcByte()
int[]
getBcCaseCount()
int[]
getBcCaseValue()
int[]
getBcClassRef()
int[]
getBcDoubleRef()
int[]
getBcFieldRef()
int[]
getBcFloatRef()
int[]
getBcIMethodRef()
int[]
getBcInitRef()
int[]
getBcIntRef()
int[]
getBcLabel()
int[]
getBcLocal()
int[]
getBcLongRef()
int[]
getBcMethodRef()
int[]
getBcShort()
int[]
getBcStringRef()
int[]
getBcSuperField()
int[]
getBcSuperMethod()
int[]
getBcThisField()
int[]
getBcThisMethod()
byte[][][]
getMethodByteCodePacked()
void
read(java.io.InputStream in)
void
unpack()
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.BandSet
decodeBandInt, decodeBandInt, getReferences, getReferences, parseCPClassReferences, parseCPDescriptorReferences, parseCPDoubleReferences, parseCPFieldRefReferences, parseCPFloatReferences, parseCPInterfaceMethodRefReferences, parseCPIntReferences, parseCPLongReferences, parseCPMethodRefReferences, parseCPSignatureReferences, parseCPSignatureReferences, parseCPStringReferences, parseCPUTF8References, parseCPUTF8References, parseFlags, parseFlags, parseFlags, parseFlags, parseReferences, parseReferences, unpack
-
-
-
-
Method Detail
-
read
public void read(java.io.InputStream in) throws java.io.IOException, Pack200Exception
- Specified by:
read
in classBandSet
- Throws:
java.io.IOException
Pack200Exception
-
unpack
public void unpack() throws Pack200Exception
- Specified by:
unpack
in classBandSet
- Throws:
Pack200Exception
-
getMethodByteCodePacked
public byte[][][] getMethodByteCodePacked()
-
getBcCaseCount
public int[] getBcCaseCount()
-
getBcCaseValue
public int[] getBcCaseValue()
-
getBcByte
public int[] getBcByte()
-
getBcClassRef
public int[] getBcClassRef()
-
getBcDoubleRef
public int[] getBcDoubleRef()
-
getBcFieldRef
public int[] getBcFieldRef()
-
getBcFloatRef
public int[] getBcFloatRef()
-
getBcIMethodRef
public int[] getBcIMethodRef()
-
getBcInitRef
public int[] getBcInitRef()
-
getBcIntRef
public int[] getBcIntRef()
-
getBcLabel
public int[] getBcLabel()
-
getBcLocal
public int[] getBcLocal()
-
getBcLongRef
public int[] getBcLongRef()
-
getBcMethodRef
public int[] getBcMethodRef()
-
getBcShort
public int[] getBcShort()
-
getBcStringRef
public int[] getBcStringRef()
-
getBcSuperField
public int[] getBcSuperField()
-
getBcSuperMethod
public int[] getBcSuperMethod()
-
getBcThisField
public int[] getBcThisField()
-
getBcThisMethod
public int[] getBcThisMethod()
-
-