public class LzmaOutputStream extends CoderOutputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
LzmaOutputStream.Builder
A convenient builder that makes it easier to configure the LZMA encoder.
|
| Constructor and Description |
|---|
LzmaOutputStream(OutputStream out,
Encoder lzmaEncoder) |
LzmaOutputStream(OutputStream out,
LzmaEncoderWrapper wrapper) |
public LzmaOutputStream(OutputStream out, LzmaEncoderWrapper wrapper) throws IOException
IOExceptionpublic LzmaOutputStream(OutputStream out, Encoder lzmaEncoder) throws IOException
IOExceptionCopyright © 2021. All rights reserved.