public class ByteQueueInputStream extends InputStream
| Constructor and Description |
|---|
ByteQueueInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBytes(byte[] buf) |
void |
addBytes(byte[] buf,
int bufOff,
int bufLen) |
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) |
mark, markSupported, resetpublic void addBytes(byte[] buf)
public void addBytes(byte[] buf,
int bufOff,
int bufLen)
public int peek(byte[] buf)
public int read()
read in class InputStreampublic int read(byte[] b)
read in class InputStreampublic int read(byte[] b,
int off,
int len)
read in class InputStreampublic long skip(long n)
skip in class InputStreampublic int available()
available in class InputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.