Class NewAttributeBands.UnionCase
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
-
- Enclosing class:
- NewAttributeBands
public class NewAttributeBands.UnionCase extends java.lang.Object
A Union case
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToAttribute(int index, NewAttribute attribute)
java.util.List
getBody()
boolean
hasTag(long l)
void
readBands(java.io.InputStream in, int count)
-
-
-
Method Detail
-
hasTag
public boolean hasTag(long l)
-
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)
-
getBody
public java.util.List getBody()
-
-