|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IZlibCompression
Provides access to compress and uncompress texture data.
| Method Summary | |
|---|---|
void |
compress(int inSize,
byte[] pInBuff,
int[] pOutSize,
byte[] pOutBuff)
Compress the current the input buffer. |
void |
compressByLevel(int inSize,
byte[] pInBuff,
int level,
int[] pOutSize,
byte[] pOutBuff)
Compress the current the input buffer by level. |
int |
getBufferSize(int size)
Estimated buffer size of compress/uncompress texture data. |
void |
unCompress(int inSize,
byte[] pInBuff,
int[] pOutSize,
byte[] pOutBuff)
UnCompress the current the input buffer. |
| Method Detail |
|---|
int getBufferSize(int size)
throws IOException,
AutomationException
size - The size (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void compress(int inSize,
byte[] pInBuff,
int[] pOutSize,
byte[] pOutBuff)
throws IOException,
AutomationException
inSize - The inSize (in)pInBuff - An unsigned byte (in)pOutSize - The pOutSize (in/out: use single element array)pOutBuff - An unsigned byte (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void compressByLevel(int inSize,
byte[] pInBuff,
int level,
int[] pOutSize,
byte[] pOutBuff)
throws IOException,
AutomationException
inSize - The inSize (in)pInBuff - An unsigned byte (in)level - The level (in)pOutSize - The pOutSize (in/out: use single element array)pOutBuff - An unsigned byte (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unCompress(int inSize,
byte[] pInBuff,
int[] pOutSize,
byte[] pOutBuff)
throws IOException,
AutomationException
inSize - The inSize (in)pInBuff - An unsigned byte (in)pOutSize - The pOutSize (in/out: use single element array)pOutBuff - An unsigned byte (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||