Class NewAttributeBands.Replication
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Replication
-
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.Replication extends java.lang.Object
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
addToAttribute(int index, NewAttribute attribute)
NewAttributeBands.Integral
getCountElement()
java.util.List
getLayoutElements()
void
readBands(java.io.InputStream in, int count)
-
-
-
Constructor Detail
-
Replication
public Replication(java.lang.String tag, java.lang.String contents) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
readBands
public void readBands(java.io.InputStream in, int count) throws java.io.IOException, Pack200Exception
- Throws:
java.io.IOException
Pack200Exception
-
addToAttribute
public void addToAttribute(int index, NewAttribute attribute)
-
getCountElement
public NewAttributeBands.Integral getCountElement()
-
getLayoutElements
public java.util.List getLayoutElements()
-
-