Package lzma.streams
Class LzmaDecoderWrapper
- java.lang.Object
-
- lzma.streams.LzmaDecoderWrapper
-
-
Constructor Summary
Constructors Constructor Description LzmaDecoderWrapper(Decoder decoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
code(InputStream in, OutputStream out)
-
-
-
Constructor Detail
-
LzmaDecoderWrapper
public LzmaDecoderWrapper(Decoder decoder)
-
-
Method Detail
-
code
public void code(InputStream in, OutputStream out) throws IOException
- Specified by:
code
in interfaceCoder
- Throws:
IOException
-
-