public class FixedLengthInputStream extends InputStream
| Constructor and Description |
|---|
FixedLengthInputStream(InputStream decorated,
long length) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic FixedLengthInputStream(InputStream decorated, long length)
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2012-2017 42 BV. All Rights Reserved.