Const
Integrity check types for XZ streams. Use CRC64 for best balance of speed and error detection.
Readonly
const compressor = createXz({ check: check.CRC64 }); Copy
const compressor = createXz({ check: check.CRC64 });
Integrity check types for XZ streams. Use CRC64 for best balance of speed and error detection.