Uses of Interface
org.apache.commons.compress.utils.ByteUtils.ByteSupplier
-
Packages that use ByteUtils.ByteSupplier Package Description org.apache.commons.compress.compressors.lz4 Provides stream classes for the LZ4 algorithm.org.apache.commons.compress.compressors.lz77support Provides utility classes for LZ77 based algorithms.org.apache.commons.compress.compressors.snappy Provides stream classes for the Snappy algorithm.org.apache.commons.compress.utils Contains utilities used internally by the compress library. -
-
Uses of ByteUtils.ByteSupplier in org.apache.commons.compress.compressors.lz4
Fields in org.apache.commons.compress.compressors.lz4 declared as ByteUtils.ByteSupplier Modifier and Type Field Description private ByteUtils.ByteSupplier
FramedLZ4CompressorInputStream. supplier
-
Uses of ByteUtils.ByteSupplier in org.apache.commons.compress.compressors.lz77support
Fields in org.apache.commons.compress.compressors.lz77support declared as ByteUtils.ByteSupplier Modifier and Type Field Description protected ByteUtils.ByteSupplier
AbstractLZ77CompressorInputStream. supplier
Supplier that delegates toAbstractLZ77CompressorInputStream.readOneByte()
. -
Uses of ByteUtils.ByteSupplier in org.apache.commons.compress.compressors.snappy
Fields in org.apache.commons.compress.compressors.snappy declared as ByteUtils.ByteSupplier Modifier and Type Field Description private ByteUtils.ByteSupplier
FramedSnappyCompressorInputStream. supplier
-
Uses of ByteUtils.ByteSupplier in org.apache.commons.compress.utils
Classes in org.apache.commons.compress.utils that implement ByteUtils.ByteSupplier Modifier and Type Class Description static class
ByteUtils.InputStreamByteSupplier
ByteUtils.ByteSupplier
based onInputStream
.Methods in org.apache.commons.compress.utils with parameters of type ByteUtils.ByteSupplier Modifier and Type Method Description static long
ByteUtils. fromLittleEndian(ByteUtils.ByteSupplier supplier, int length)
Reads the given number of bytes from the given supplier as a little endian long.
-