public class PartialInputStream extends InputStream
| Constructor and Description |
|---|
PartialInputStream(InputStream pSrc,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBytesLeft() |
int |
read() |
void |
setDelimiter(Integer d) |
void |
setLength(int length) |
available, close, mark, markSupported, read, read, reset, skippublic PartialInputStream(InputStream pSrc, int length)
public void setLength(int length)
public int getBytesLeft()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void setDelimiter(Integer d)
Copyright © 2014. All rights reserved.