|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.xml.dtsm.ValueTableEntry
ValueTableEntry
Field Summary | |
static int |
SIZE
|
Constructor Summary | |
ValueTableEntry()
|
|
ValueTableEntry(byte[] bytes,
int offset)
|
|
ValueTableEntry(java.io.InputStream is)
|
|
ValueTableEntry(int offset,
int len)
|
Method Summary | |
byte[] |
getBytes()
|
int |
getLength()
getLength returns the length of the Value in the data stream. |
int |
getOffset()
getOffset returns the offset into the data stream for this Value. |
void |
readFrom(byte[] bytes,
int off)
|
void |
readFrom(java.io.InputStream is)
|
void |
setLength(int len)
setLength sets the length of the Value in the data stream. |
void |
setOffset(int offset)
setOffset sets the offset into the data stream for this Value. |
void |
writeTo(byte[] bytes,
int off)
|
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 ValueTableEntry()
public ValueTableEntry(int offset, int len)
public ValueTableEntry(byte[] bytes, int offset)
public ValueTableEntry(java.io.InputStream is) throws java.io.IOException
Method Detail |
public int getOffset()
public void setOffset(int offset)
offset
- The Offsetpublic int getLength()
public void setLength(int len)
len
- The Lengthpublic void readFrom(byte[] bytes, int off)
public void readFrom(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public void writeTo(byte[] bytes, int off)
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 |