public class BinaryCACEncoder extends ImageEncoder
Modifier and Type | Field and Description |
---|---|
protected int |
blockSize |
Constructor and Description |
---|
BinaryCACEncoder(int d) |
Modifier and Type | Method and Description |
---|---|
void |
encode(java.awt.image.BufferedImage source,
java.io.OutputStream os) |
java.lang.String |
getMagicWord() |
void |
setBlockSize(int d) |
encode, writeHeader
public void setBlockSize(int d)
d
- public java.lang.String getMagicWord()
getMagicWord
in class ImageEncoder
public void encode(java.awt.image.BufferedImage source, java.io.OutputStream os) throws java.io.IOException
encode
in class ImageEncoder
source
- os
- java.io.IOException