Uses of Interface
kala.compress.utils.ByteUtils.ByteSupplier
Packages that use ByteUtils.ByteSupplier
Package
Description
Provides stream classes for the LZ4 algorithm.
Provides utility classes for LZ77 based algorithms.
Provides stream classes for the Snappy algorithm.
Provides utilities used internally by the compress library.
-
Uses of ByteUtils.ByteSupplier in kala.compress.compressors.lz4
Fields in kala.compress.compressors.lz4 declared as ByteUtils.ByteSupplierModifier and TypeFieldDescriptionprivate final ByteUtils.ByteSupplierFramedLZ4CompressorInputStream.supplier -
Uses of ByteUtils.ByteSupplier in kala.compress.compressors.lz77support
Fields in kala.compress.compressors.lz77support declared as ByteUtils.ByteSupplierModifier and TypeFieldDescriptionprotected final ByteUtils.ByteSupplierAbstractLZ77CompressorInputStream.supplierSupplier that delegates toAbstractLZ77CompressorInputStream.readOneByte(). -
Uses of ByteUtils.ByteSupplier in kala.compress.compressors.snappy
Fields in kala.compress.compressors.snappy declared as ByteUtils.ByteSupplierModifier and TypeFieldDescriptionprivate final ByteUtils.ByteSupplierFramedSnappyCompressorInputStream.supplier -
Uses of ByteUtils.ByteSupplier in kala.compress.utils
Methods in kala.compress.utils with parameters of type ByteUtils.ByteSupplierModifier and TypeMethodDescriptionstatic longByteUtils.fromLittleEndian(ByteUtils.ByteSupplier supplier, int length) Reads the given number of bytes from the given supplier as a little-endian long.