public class FramedBufferInputSteram extends InputStream
| Constructor and Description |
|---|
FramedBufferInputSteram(ReadableByteChannel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] data) |
int |
read(byte[] data,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic FramedBufferInputSteram(ReadableByteChannel in)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] data)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] data,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2015–2017 morimekta.net. All rights reserved.