|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ByteAppendable
Interface for appending bytes to buffer or an output stream.
Method Summary | |
---|---|
void |
write(byte[] buffer,
int offset,
int len)
Appends buffer to the ByteAppendable. |
void |
write(int value)
Appends value to the ByteAppendable. |
Method Detail |
---|
void write(int value) throws java.io.IOException
java.io.IOException
void write(byte[] buffer, int offset, int len) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |