Class AttributeLayoutMap
java.lang.Object
org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
Stores a mapping from attribute names to their corresponding layout types. Note that names of attribute layouts and their formats are not
internationalized, and should not be translated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(AttributeLayout layout) void
add
(AttributeLayout layout, NewAttributeBands newBands) void
checkMap()
The map should not contain the same layout and name combination more than once for each context.getAttributeBands
(AttributeLayout layout) getAttributeLayout
(int index, int context) getAttributeLayout
(String name, int context)
-
Constructor Details
-
AttributeLayoutMap
- Throws:
Pack200Exception
-
-
Method Details
-
add
-
add
-
checkMap
The map should not contain the same layout and name combination more than once for each context.- Throws:
Pack200Exception
- Thrown when the name layout/name combination exists twice for a context.
-
getAttributeBands
-
getAttributeLayout
-
getAttributeLayout
-