Method | Description | |
---|---|---|
Encode ( Stream os ) : void | ||
LZWEncoder ( byte pixels, int colorDepth ) : System |
Method | Description | |
---|---|---|
Add ( byte c, Stream outs ) : void | ||
ClearTable ( Stream outs ) : void | ||
Compress ( int initBits, Stream outs ) : void | ||
Flush ( Stream outs ) : void | ||
MaxCode ( int nBitsp ) : int | ||
NextPixel ( ) : int | ||
Output ( int code, Stream outs ) : void | ||
ResetCodeTable ( int hsizep ) : void |
public LZWEncoder ( byte pixels, int colorDepth ) : System | ||
pixels | byte | |
colorDepth | int | |
return | System |