|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.xml.dtsm.DocumentTableEntry
DocumentTableEntry
Field Summary | |
static int |
SIZE
|
Constructor Summary | |
DocumentTableEntry()
|
|
DocumentTableEntry(byte[] bytes,
int offset)
|
|
DocumentTableEntry(byte typeID,
int valID)
|
|
DocumentTableEntry(java.io.InputStream is)
|
Method Summary | |
byte[] |
getBytes()
|
byte |
getTypeID()
getTypeID returns the Type ID associated with this DocumentTableEntry. |
int |
getValID()
getValID returns the Value ID associated with this DocumentTableEntry. |
void |
readFrom(byte[] bytes,
int offset)
|
void |
readFrom(java.io.InputStream is)
|
void |
setTypeID(byte typeID)
setTypeID sets the Type ID associated with this DocumentTableEntry. |
void |
setValID(int valID)
setValID sets the Value ID associated with this DocumentTableEntry. |
void |
writeTo(byte[] bytes,
int offset)
|
void |
writeTo(java.io.OutputStream os)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SIZE
Constructor Detail |
public DocumentTableEntry()
public DocumentTableEntry(byte typeID, int valID)
public DocumentTableEntry(byte[] bytes, int offset)
public DocumentTableEntry(java.io.InputStream is) throws java.io.IOException
Method Detail |
public byte getTypeID()
Constants
public void setTypeID(byte typeID)
typeID
- The Type IDConstants
public int getValID()
public void setValID(int valID)
valID
- The Value IDpublic void readFrom(byte[] bytes, int offset)
public void readFrom(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public void writeTo(byte[] bytes, int offset)
public void writeTo(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public byte[] getBytes()
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |