|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A buffer into which QuickSerializable
objects can be
written.
QuickSerializable
Method Summary | |
---|---|
void |
add(BigInteger value)
|
void |
add(boolean b)
|
void |
add(byte input)
Adds the specified byte to the digest. |
void |
add(byte[] value)
Adds the specified byte array to the digest. |
void |
add(byte[] value,
int offset,
int length)
Adds length bytes of the specified array to the digest,
starting at offset . |
void |
add(double x)
|
void |
add(InputBuffer buffer)
Adds the remaining bytes in the given input buffer to this output buffer. |
void |
add(int i)
|
void |
add(long i)
|
void |
add(QuickSerializable value)
Adds the specified object to the digest. |
void |
add(short i)
|
void |
add(String s)
|
Method Detail |
public void add(byte input)
public void add(byte[] value)
public void add(byte[] value, int offset, int length)
length
bytes of the specified array to the digest,
starting at offset
.
public void add(QuickSerializable value)
QuickSerializable.serialize
method on value
; be careful to avoid infinite loops.
public void add(InputBuffer buffer)
public void add(boolean b)
public void add(short i)
public void add(int i)
public void add(long i)
public void add(double x)
public void add(String s)
public void add(BigInteger value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |