public class RunLengthInputStream extends DecodingInputStream implements RunLength
| Constructor and Description |
|---|
RunLengthInputStream(InputStream input)
Create a Run Length input stream
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
readavailable, close, mark, markSupported, read, reset, skippublic RunLengthInputStream(InputStream input)
input - stream to read frompublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2016. All rights reserved.