protected class Serializer.BufferOutputStream
extends OutputStream
| Modifier | Constructor and Description |
|---|---|
protected |
BufferOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int offset,
int length) |
void |
write(int b) |