Package lzma.streams
Class LzmaEncoderWrapper
- java.lang.Object
-
- lzma.streams.LzmaEncoderWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LzmaEncoderWrapper.Builder
A convenient builder that makes it easier to configure the LZMA encoder.
-
Constructor Summary
Constructors Constructor Description LzmaEncoderWrapper(Encoder encoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
code(InputStream in, OutputStream out)
-
-
-
Constructor Detail
-
LzmaEncoderWrapper
public LzmaEncoderWrapper(Encoder encoder)
-
-
Method Detail
-
code
public void code(InputStream in, OutputStream out) throws IOException
- Specified by:
code
in interfaceCoder
- Throws:
IOException
-
-