public class NIOInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected int |
position |
| Constructor and Description |
|---|
NIOInputStream(ByteBuffer in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
mark, read, resetpublic NIOInputStream(ByteBuffer in)
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 InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.