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() |
read
available, close, mark, markSupported, read, reset, skip
public RunLengthInputStream(InputStream input)
input
- stream to read frompublic int read() throws IOException
read
in class InputStream
IOException
Copyright © 2016. All rights reserved.