public class NewAttributeBands.Union extends Object
Constructor and Description |
---|
Union(String tag,
List<NewAttributeBands.UnionCase> unionCases,
List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> body) |
Modifier and Type | Method and Description |
---|---|
void |
addToAttribute(int n,
NewAttribute attribute) |
List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> |
getDefaultCaseBody() |
List<NewAttributeBands.UnionCase> |
getUnionCases() |
NewAttributeBands.Integral |
getUnionTag() |
void |
readBands(InputStream in,
int count) |
public Union(String tag, List<NewAttributeBands.UnionCase> unionCases, List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> body)
public void addToAttribute(int n, NewAttribute attribute)
public List<org.apache.commons.compress.harmony.unpack200.NewAttributeBands.LayoutElement> getDefaultCaseBody()
public List<NewAttributeBands.UnionCase> getUnionCases()
public NewAttributeBands.Integral getUnionTag()
public void readBands(InputStream in, int count) throws IOException, Pack200Exception
IOException
Pack200Exception
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.