|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadBuffer
a buffer interface with methods to read and to position the read pointer in the buffer.
Method Summary | |
---|---|
int |
offset()
returns the current offset in the buffer |
com.db4o.foundation.BitMap4 |
readBitMap(int bitCount)
|
byte |
readByte()
reads a byte from the buffer. |
void |
readBytes(byte[] bytes)
reads an array of bytes from the buffer. |
int |
readInt()
reads an int from the buffer. |
long |
readLong()
reads a long from the buffer. |
void |
seek(int offset)
positions the read pointer at the specified position |
void |
seekCurrentInt()
reads and int from the current offset position and seeks the |
Method Detail |
---|
int offset()
com.db4o.foundation.BitMap4 readBitMap(int bitCount)
byte readByte()
void readBytes(byte[] bytes)
bytes
- the byte array to read the bytes into.int readInt()
long readLong()
void seek(int offset)
offset
- the desired position in the buffervoid seekCurrentInt()
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |