public class GridFixedSizeInputStream extends InputStream
| Constructor and Description |
|---|
GridFixedSizeInputStream(InputStream in,
long size) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
close, mark, markSupported, read, reset, skippublic GridFixedSizeInputStream(InputStream in, long size)
in - Input stream.size - Size of available data.public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018