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