Uses of Interface
org.apache.commons.compress.utils.ByteUtils.ByteSupplier
Package
Description
Provides utility classes for LZ77 based algorithms.
Provides utilities used internally by the compress library.
-
Uses of ByteUtils.ByteSupplier in org.apache.commons.compress.compressors.lz77support
Modifier and TypeFieldDescriptionprotected final ByteUtils.ByteSupplier
AbstractLZ77CompressorInputStream.supplier
Supplier that delegates toAbstractLZ77CompressorInputStream.readOneByte()
. -
Uses of ByteUtils.ByteSupplier in org.apache.commons.compress.utils
Modifier and TypeClassDescriptionstatic class
Deprecated.UnusedModifier and TypeMethodDescriptionstatic long
ByteUtils.fromLittleEndian
(ByteUtils.ByteSupplier supplier, int length) Reads the given number of bytes from the given supplier as a little-endian long.