lzma.streams
Class LzmaEncoderWrapper
java.lang.Object
lzma.streams.LzmaEncoderWrapper
- All Implemented Interfaces:
- Coder
public class LzmaEncoderWrapper
- extends Object
- implements Coder
|
Nested Class Summary |
static class |
LzmaEncoderWrapper.Builder
A convenient builder that makes it easier to configure the LZMA encoder. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LzmaEncoderWrapper
public LzmaEncoderWrapper(Encoder encoder)
code
public void code(InputStream in,
OutputStream out)
throws IOException
- Specified by:
code in interface Coder
- Throws:
IOException
Copyright © 2011. All Rights Reserved.