public class BufferInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
BufferInputStream(BufferOutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes,
int offset,
int length) |
public BufferInputStream(BufferOutputStream os)