Class NewAttributeBands.Integral
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Integral
-
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.Integral extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Integral(java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToAttribute(int n, NewAttribute attribute)
java.lang.String
getTag()
void
readBands(java.io.InputStream in, int count)
-
-
-
Constructor Detail
-
Integral
public Integral(java.lang.String tag)
-
-
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 n, NewAttribute attribute)
-
getTag
public java.lang.String getTag()
-
-