public class BinaryAttributesMap extends AbstractAttributesMap
| Constructor and Description |
|---|
BinaryAttributesMap() |
| Modifier and Type | Method and Description |
|---|---|
Decoder<?> |
getDecoder(java.lang.String name)
Return the best decoder to use for the given attribute name.
|
int |
getLength()
The number of attributes in the map
|
java.lang.String |
getName(int index)
The name of the attribute at the location
|
<T> T |
getValue(java.lang.String name,
Decoder<T> decoder) |
getClass, getInt, getSignature, getStringpublic int getLength()
AttributesMappublic java.lang.String getName(int index)
AttributesMappublic Decoder<?> getDecoder(java.lang.String name)
AttributesMappublic <T> T getValue(java.lang.String name,
Decoder<T> decoder)
throws java.io.IOException
java.io.IOException