Class NewAttributeBands.UnionCase
java.lang.Object
org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
- All Implemented Interfaces:
NewAttributeBands.AttributeLayoutElement
- Enclosing class:
- NewAttributeBands
A Union case
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeToBand
(NewAttribute attribute, InputStream inputStream) getBody()
boolean
hasTag
(long l) 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
-
UnionCase
-
UnionCase
-
-
Method Details
-
addAttributeToBand
-
getBody
-
hasTag
-
pack
- Throws:
IOException
Pack200Exception
-
renumberBci
public void renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets)
-