* 16 MiB, or 32 MiB, it is waste of memory to use the
* presets 7, 8, or 9, respectively.
*/
public XZCompressorOutputStream(OutputStream outputStream, int preset)
throws IOException {
out = new XZOutputStream(outputStream, new LZMA2Options(preset));
}