Class RleWriter
- java.lang.Object
-
- org.apache.commons.imaging.formats.pcx.RleWriter
-
class RleWriter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isCompressed
private int
previousByte
private int
repeatCount
-
Constructor Summary
Constructors Constructor Description RleWriter(boolean isCompressed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
flush(BinaryOutputStream bos)
(package private) void
write(BinaryOutputStream bos, byte[] samples)
-
-
-
Method Detail
-
write
void write(BinaryOutputStream bos, byte[] samples) throws java.io.IOException, ImageWriteException
- Throws:
java.io.IOException
ImageWriteException
-
flush
void flush(BinaryOutputStream bos) throws java.io.IOException
- Throws:
java.io.IOException
-
-