|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xindice.core.meta.inline.ResourceTypeReader
Inner Class Summary | |
static class |
ResourceTypeReader.ResourceTypeMap
A simple and efficient Map implementation that holds the attributes available from a ResourceType header. |
Field Summary | |
static java.lang.Integer |
BINARY
|
static java.lang.Integer |
XML
|
Constructor Summary | |
ResourceTypeReader()
|
Method Summary | |
int |
getVersion()
The second byte of the header contains the version. |
InlineMetaMap |
read(byte[] data,
int offset,
int length)
When a header is read, it generates a Map
containing the attributes carried by the header. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.Integer XML
public static final java.lang.Integer BINARY
Constructor Detail |
public ResourceTypeReader()
Method Detail |
public int getVersion()
InlineMetaReader
getVersion
in interface InlineMetaReader
InlineMetaReader.getVersion()
public InlineMetaMap read(byte[] data, int offset, int length) throws InlineMetaException
InlineMetaReader
Map
containing the attributes carried by the header.read
in interface InlineMetaReader
InlineMetaReader.read(byte[], int, int)
|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |