|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.xml.dtsm.CompressedTable
CompressedTable
Constructor Summary | |
CompressedTable(byte[] data,
SymbolTable symbols)
|
Method Summary | |
byte[] |
getData()
|
DocumentTableEntry |
getEntry(int idx)
getEntry returns the DocumentTableEntry associated with the specified index. |
int |
getEntryCount()
getEntryCount returns the number of entries in this DocumentTable. |
SymbolTable |
getSymbolTable()
getSymbolTable returns the SymbolTable associated with this DocumentTable. |
Value |
getValue(int idx)
getValue returns the Value associated with the specified index. |
Value |
getValue(ValueTableEntry vte)
|
int |
getValueCount()
getValueCount returns the number of values in this DocumentTable. |
ValueTableEntry |
getValueEntry(int idx)
getValueEntry returns the ValueTableEntry associated with the specified index. |
void |
setSymbolTable(SymbolTable symbols)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompressedTable(byte[] data, SymbolTable symbols)
Method Detail |
public byte[] getData()
public void setSymbolTable(SymbolTable symbols)
public SymbolTable getSymbolTable()
DocumentTable
getSymbolTable
in interface DocumentTable
public int getEntryCount()
DocumentTable
getEntryCount
in interface DocumentTable
public DocumentTableEntry getEntry(int idx)
DocumentTable
getEntry
in interface DocumentTable
idx
- The DocumentTableEntry to retrieve
public int getValueCount()
DocumentTable
getValueCount
in interface DocumentTable
public ValueTableEntry getValueEntry(int idx)
DocumentTable
getValueEntry
in interface DocumentTable
idx
- The ValueTableEntry to retrieve
public Value getValue(int idx)
DocumentTable
getValue
in interface DocumentTable
idx
- The Value to retrieve
public Value getValue(ValueTableEntry vte)
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |