public class Lzma extends Object
| Constructor and Description |
|---|
Lzma() |
| Modifier and Type | Method and Description |
|---|---|
static void |
compress(InputStream in,
OutputStream out)
Compresses the given
InputStream into the given OutputStream. |
static void |
decompress(InputStream in,
OutputStream out)
Decompresses the given
InputStream into the given OutputStream. |
public static void compress(InputStream in, OutputStream out) throws IOException
InputStream into the given OutputStream.in - the InputStream to compressout - the OutputStream to compress toIOExceptionpublic static void decompress(InputStream in, OutputStream out) throws IOException
InputStream into the given OutputStream.in - the InputStream to decompressout - the OutputStream to decompress toIOExceptionCopyright © 2021. All rights reserved.