Uses of Class
org.apache.commons.compress.harmony.unpack200.AttributeLayout
-
Packages that use AttributeLayout Package Description org.apache.commons.compress.harmony.unpack200 -
-
Uses of AttributeLayout in org.apache.commons.compress.harmony.unpack200
Methods in org.apache.commons.compress.harmony.unpack200 that return AttributeLayout Modifier and Type Method Description AttributeLayout
AttributeLayoutMap. getAttributeLayout(int index, int context)
AttributeLayout
AttributeLayoutMap. getAttributeLayout(java.lang.String name, int context)
Methods in org.apache.commons.compress.harmony.unpack200 with parameters of type AttributeLayout Modifier and Type Method Description void
AttributeLayoutMap. add(AttributeLayout layout)
void
AttributeLayoutMap. add(AttributeLayout layout, NewAttributeBands newBands)
NewAttributeBands
AttributeLayoutMap. getAttributeBands(AttributeLayout layout)
Constructors in org.apache.commons.compress.harmony.unpack200 with parameters of type AttributeLayout Constructor Description NewAttributeBands(Segment segment, AttributeLayout attributeLayout)
-