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
IOException
public LzmaOutputStream(OutputStream out, Encoder lzmaEncoder) throws IOException
IOException
Copyright © 2024. All rights reserved.