|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InlineMetaReader
The Value
associated with a Record
can be prefixed by a header containing 'inline' metadata.
The original motivation for
this extension is to support binary resources in the same
filer where the XML documents live.
Method Summary | |
---|---|
int |
getVersion()
The second byte of the header contains the version. |
InlineMetaMap |
read(Value data)
When a header is read, it generates a Map
containing the attributes carried by the header. |
Method Detail |
---|
int getVersion()
InlineMetaMap read(Value data) throws InlineMetaException
Map
containing the attributes carried by the header.
data
- Value object in which the header is embedded
InlineMetaException
- if the header data is corrupted or of
the wrong length
|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |