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 AttributeLayoutAttributeLayoutMap. getAttributeLayout(int index, int context)AttributeLayoutAttributeLayoutMap. 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 voidAttributeLayoutMap. add(AttributeLayout layout)voidAttributeLayoutMap. add(AttributeLayout layout, NewAttributeBands newBands)NewAttributeBandsAttributeLayoutMap. getAttributeBands(AttributeLayout layout)Constructors in org.apache.commons.compress.harmony.unpack200 with parameters of type AttributeLayout Constructor Description NewAttributeBands(Segment segment, AttributeLayout attributeLayout)
-