Class BcBands
java.lang.Object
org.apache.commons.compress.harmony.unpack200.BandSet
org.apache.commons.compress.harmony.unpack200.BcBands
Bytecode bands
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
int[]
byte[][][]
void
read
(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
-
Constructor Details
-
BcBands
- Parameters:
segment
- TODO
-
-
Method Details
-
getBcByte
-
getBcCaseCount
-
getBcCaseValue
-
getBcClassRef
-
getBcDoubleRef
-
getBcFieldRef
-
getBcFloatRef
-
getBcIMethodRef
-
getBcInitRef
-
getBcIntRef
-
getBcLabel
-
getBcLocal
-
getBcLongRef
-
getBcMethodRef
-
getBcShort
-
getBcStringRef
-
getBcSuperField
-
getBcSuperMethod
-
getBcThisField
-
getBcThisMethod
-
getMethodByteCodePacked
-
read
- Specified by:
read
in classBandSet
- Throws:
IOException
Pack200Exception
-
unpack
- Specified by:
unpack
in classBandSet
- Throws:
Pack200Exception
-