public class LZMAInputTransform extends CompressionInputTransform
metadataToDecode, streamToDecode| Constructor and Description |
|---|
LZMAInputTransform(java.io.InputStream streamToDecode,
java.util.Map<java.lang.String,java.lang.String> metadataToDecode) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getDecodedInputStream()
Wraps an input stream with another stream that will decode the inbound object
data stream.
|
getDecodedMetadatapublic LZMAInputTransform(java.io.InputStream streamToDecode,
java.util.Map<java.lang.String,java.lang.String> metadataToDecode)
throws java.io.IOException
streamToDecode - metadataToDecode - java.io.IOExceptionpublic java.io.InputStream getDecodedInputStream()
InputTransformgetDecodedInputStream in class InputTransform