public static interface CodeSet.OutputBuffer
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 JacORB. All rights reserved.