java.io.Closeable, java.lang.AutoCloseablepublic class ByteQueueInputStream
extends java.io.InputStream
| Constructor | Description |
|---|---|
ByteQueueInputStream() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addBytes(byte[] bytes) |
|
int |
available() |
|
void |
close() |
|
int |
peek(byte[] buf) |
|
int |
read() |
|
int |
read(byte[] b) |
|
int |
read(byte[] b,
int off,
int len) |
|
long |
skip(long n) |
public void addBytes(byte[] bytes)
public int peek(byte[] buf)
public int read()
read in class java.io.InputStreampublic int read(byte[] b)
read in class java.io.InputStreampublic int read(byte[] b,
int off,
int len)
read in class java.io.InputStreampublic long skip(long n)
skip in class java.io.InputStreampublic int available()
available in class java.io.InputStreampublic void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.InputStream