public class NewAttributeBands.UnionCase extends Object
Constructor and Description |
---|
UnionCase(List<Integer> tags) |
UnionCase(List<Integer> tags,
List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> body) |
Modifier and Type | Method and Description |
---|---|
void |
addToAttribute(int index,
NewAttribute attribute) |
List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> |
getBody() |
boolean |
hasTag(int i) |
boolean |
hasTag(long l) |
void |
readBands(InputStream in,
int count) |
public void addToAttribute(int index, NewAttribute attribute)
public List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> getBody()
public boolean hasTag(int i)
public boolean hasTag(long l)
public void readBands(InputStream in, int count) throws IOException, Pack200Exception
IOException
Pack200Exception
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.