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, skip
public 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 FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.