Class NewAttributeBands.Reference
java.lang.Object
org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
org.apache.commons.compress.harmony.pack200.NewAttributeBands.Reference
- All Implemented Interfaces:
NewAttributeBands.AttributeLayoutElement
- Enclosing class:
- NewAttributeBands
Constant Pool Reference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeToBand
(NewAttribute attribute, InputStream inputStream) getTag()
void
pack
(OutputStream outputStream) void
renumberBci
(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) Methods inherited from class org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
getLength
-
Constructor Details
-
Reference
-
-
Method Details
-
addAttributeToBand
-
getTag
-
pack
- Throws:
IOException
Pack200Exception
-
renumberBci
public void renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets)
-