Class NewAttributeBands.Replication
- java.lang.Object
-
- org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
-
- org.apache.commons.compress.harmony.pack200.NewAttributeBands.Replication
-
- All Implemented Interfaces:
NewAttributeBands.AttributeLayoutElement
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.Replication extends NewAttributeBands.LayoutElement
A replication is an array of layout elements, with an associated count
-
-
Constructor Summary
Constructors Constructor Description Replication(java.lang.String tag, java.lang.String contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)
NewAttributeBands.Integral
getCountElement()
java.util.List
getLayoutElements()
void
pack(java.io.OutputStream out)
void
renumberBci(IntList bciRenumbering, java.util.Map labelsToOffsets)
-
Methods inherited from class org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
getLength
-
-
-
-
Constructor Detail
-
Replication
public Replication(java.lang.String tag, java.lang.String contents) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getCountElement
public NewAttributeBands.Integral getCountElement()
-
getLayoutElements
public java.util.List getLayoutElements()
-
addAttributeToBand
public void addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)
-
pack
public void pack(java.io.OutputStream out) throws java.io.IOException, Pack200Exception
- Throws:
java.io.IOException
Pack200Exception
-
renumberBci
public void renumberBci(IntList bciRenumbering, java.util.Map labelsToOffsets)
-
-