public class SliceInputStream extends FilterInputStream
in| Constructor and Description |
|---|
SliceInputStream(InputStream in,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic SliceInputStream(InputStream in, int limit)
in - The source stream.limit - The maximum #of bytes which may be read.public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.