public class ByteBufferInputStream extends InputStream
| Constructor and Description |
|---|
ByteBufferInputStream(byte[][] data) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] parm1) |
int |
read(byte[] odata,
int ooff,
int osz) |
void |
reset() |
long |
skip(long n) |
close, markpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int read(byte[] parm1)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] odata,
int ooff,
int osz)
throws IOException
read in class InputStreamIOExceptionCopyright © 2017 etc.to. All rights reserved.