phelps.io
public class InputStreamSlice extends FilterInputStream
Version: $Revision: 1.1 $ $Date: 2003/06/12 17:43:45 $
Constructor Summary | |
---|---|
InputStreamSlice(InputStream in, long offset, long length)
Creates InputStream that reads from in
skipping the next offset bytes and
reading the following length bytes or until end of stream whichever comes first. |
Method Summary | |
---|---|
void | mark(int readlimit) |
int | read() |
int | read(byte[] b) |
int | read(byte[] b, int off, int len) |
void | reset() |
long | skip(long n) |