Class RleReader
- java.lang.Object
-
- org.apache.commons.imaging.formats.pcx.RleReader
-
class RleReader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
count
private boolean
isCompressed
private byte
sample
-
Constructor Summary
Constructors Constructor Description RleReader(boolean isCompressed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
read(java.io.InputStream is, byte[] samples)
-
-
-
Method Detail
-
read
void read(java.io.InputStream is, byte[] samples) throws java.io.IOException, ImageReadException
- Throws:
java.io.IOException
ImageReadException
-
-