public class AppendableByteArrayInputStream extends InputStream
| Constructor and Description |
|---|
AppendableByteArrayInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] bytesToAdd) |
int |
available() |
void |
done() |
void |
exceptionCaught(Throwable t) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
close, mark, markSupported, read, resetpublic void add(byte[] bytesToAdd)
public void done()
public void exceptionCaught(Throwable t)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionCopyright © 2015. All rights reserved.