Uses of Interface
org.apache.commons.compress.utils.ByteUtils.ByteConsumer
-
Packages that use ByteUtils.ByteConsumer Package Description 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.ByteConsumer in org.apache.commons.compress.compressors.snappy
Fields in org.apache.commons.compress.compressors.snappy declared as ByteUtils.ByteConsumer Modifier and Type Field Description private ByteUtils.ByteConsumer
FramedSnappyCompressorOutputStream. consumer
private ByteUtils.ByteConsumer
SnappyCompressorOutputStream. consumer
-
Uses of ByteUtils.ByteConsumer in org.apache.commons.compress.utils
Classes in org.apache.commons.compress.utils that implement ByteUtils.ByteConsumer Modifier and Type Class Description static class
ByteUtils.OutputStreamByteConsumer
ByteUtils.ByteConsumer
based onOutputStream
.Methods in org.apache.commons.compress.utils with parameters of type ByteUtils.ByteConsumer Modifier and Type Method Description static void
ByteUtils. toLittleEndian(ByteUtils.ByteConsumer consumer, long value, int length)
Provides the given value to the given consumer as a little endian sequence of the given length.
-