|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WriteBuffer
a buffer interface with write methods.
Method Summary | |
---|---|
void |
writeByte(byte b)
writes a single byte to the buffer. |
void |
writeBytes(byte[] bytes)
writes an array of bytes to the buffer |
void |
writeInt(int i)
writes an int to the buffer. |
void |
writeLong(long l)
writes a long to the buffer |
Method Detail |
---|
void writeByte(byte b)
b
- the bytevoid writeBytes(byte[] bytes)
bytes
- the byte arrayvoid writeInt(int i)
i
- the intvoid writeLong(long l)
l
- the long
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |