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 boolean hasTag(int i)
public boolean hasTag(long l)
public void readBands(InputStream in, int count) throws IOException, Pack200Exception
IOExceptionPack200Exceptionpublic void addToAttribute(int index, NewAttribute attribute)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.