|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CodeSet.OutputBuffer
Represents a buffer to which character data may be written.
Method Summary | |
---|---|
void |
write_byte(byte b)
Writes the specified byte to the buffer. |
void |
write_short(short value)
Forces short (2-byte) alignment and writes the specified value to the buffer. |
Method Detail |
---|
void write_byte(byte b)
b
- the byte to writevoid write_short(short value)
value
- the value to write.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |