-
Interfaces Interface Description net.jpountz.lz4.LZ4Decompressor UseLZ4FastDecompressorinstead.net.jpountz.lz4.LZ4UnknownSizeDecompressor UseLZ4SafeDecompressorinstead.
-
Methods Method Description net.jpountz.lz4.LZ4Factory.decompressor() net.jpountz.lz4.LZ4Factory.nativeInsecureInstance() Never decompress untrusted inputs with this instance. PreferLZ4Factory.nativeInstance().net.jpountz.lz4.LZ4Factory.unknownSizeDecompressor() net.jpountz.lz4.LZ4Factory.unsafeInsecureInstance() Never decompress untrusted inputs with this instance. PreferLZ4Factory.unsafeInstance().net.jpountz.lz4.LZ4Factory.unsafeInstance() Note: It is not yet clear which Unsafe-based implementations are secure. Out of caution, this method currently returns theLZ4Factory.safeInstance(). In a future version, when security has been assessed, this method may return to Unsafe.