public class Decoder
extends java.lang.Object
| Constructor and Description |
|---|
Decoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
Code(java.io.InputStream inStream,
java.io.OutputStream outStream,
long outSize,
ICodeProgress progress) |
void |
SetDecoderProperties(byte[] properties) |
public void SetDecoderProperties(byte[] properties)
throws InvalidParamException
InvalidParamExceptionpublic void Code(java.io.InputStream inStream,
java.io.OutputStream outStream,
long outSize,
ICodeProgress progress)
throws java.io.IOException
java.io.IOException