|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openpcl.pclrenderimage.render.PriDecompressPclBytes
public class PriDecompressPclBytes
Decompress raster bytes to a byte array.
| Constructor Summary | |
|---|---|
PriDecompressPclBytes()
|
|
| Method Summary | |
|---|---|
byte[] |
decompressDR(byte[] data,
int startOffset,
int width,
int count)
Returns decompressed Delra Row data. |
byte[] |
decompressPlain(byte[] data,
int startOffset,
int width,
int count)
Decompress Plain. |
byte[] |
decompressRL(byte[] data,
int startOffset,
int width,
int count)
Returns decompressed Run Lenght data. |
byte[] |
decompressTIFF(byte[] data,
int startOffset,
int width,
int count)
Decompress Tiff. |
int |
getmMaxUncompressedByteCount()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PriDecompressPclBytes()
| Method Detail |
|---|
public int getmMaxUncompressedByteCount()
public byte[] decompressPlain(byte[] data,
int startOffset,
int width,
int count)
data - = data to decompressstartOffset - = data start offsetwidth - = data widthcount - = data element count
public byte[] decompressTIFF(byte[] data,
int startOffset,
int width,
int count)
data - = data to decompressstartOffset - = data start offsetwidth - = data widthcount - = data element count
public byte[] decompressRL(byte[] data,
int startOffset,
int width,
int count)
data - data to decompressstartOffset - data start offsetwidth - data widthcount - data element count
public byte[] decompressDR(byte[] data,
int startOffset,
int width,
int count)
data - data to decompressstartOffset - data start offsetwidth - data widthcount - data element count
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||