Modifier and Type | Class and Description |
---|---|
static class |
LzmaEncoderWrapper.Builder
A convenient builder that makes it easier to configure the LZMA encoder.
|
Constructor and Description |
---|
LzmaEncoderWrapper(Encoder encoder) |
Modifier and Type | Method and Description |
---|---|
void |
code(InputStream in,
OutputStream out) |
public LzmaEncoderWrapper(Encoder encoder)
public void code(InputStream in, OutputStream out) throws IOException
code
in interface Coder
IOException
Copyright © 2024. All rights reserved.