public class BufferOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
protected Buffer |
buffer |
protected int |
position |
protected int |
resetPosition |
Constructor and Description |
---|
BufferOutputStream(Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |