public class RleInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
RleInputStream(java.io.InputStream bs)
Create an RLE input stream with the default marker byte.
|
RleInputStream(java.io.InputStream bs,
int escapeChar)
Create an RLE input stream with the specified marker byte.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Read the next byte from the input stream.
|