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_octet_array(byte[] b,
int offset,
int length)
Write an array of bytes to the buffer
|
void |
write_short(short value)
Forces short (2-byte) alignment and writes the specified value to the buffer.
|
void write_byte(byte b)
b - the byte to writevoid write_short(short value)
value - the value to write.void write_octet_array(byte[] b,
int offset,
int length)
b - offset - length - Copyright © 2017 JacORB. All rights reserved.