Maven module :un.storage : archive-xz :
Class :
un.storage.archive.xz.LZMA2OutputStream
Extends/Implements :
un.storage.archive.xz.FinishableOutputStream
Subclasses : -
Variables :
COMPRESSED_SIZE_MAX
Functions :
getMemoryUsage,
LZMA2OutputStream,
write,
write,
flush,
finish,
close
int
COMPRESSED_SIZE_MAX
int
getMemoryUsage (LZMA2Options options)
void
LZMA2OutputStream (FinishableOutputStream out, LZMA2Options options)
public void
write (int b)
public void
write (byte[] buf, int off, int len)
public void
flush ()
public void
finish ()
public void
close ()
LZMA2OutputStream
Authors: Lasse Collin
Igor Pavlov
This file has been put into the public domain.
You can do whatever you want with this file.