Uses of Interface
org.apache.commons.compress.utils.ByteUtils.ByteConsumer
Package
Description
Provides utilities used internally by the compress library.
-
Uses of ByteUtils.ByteConsumer in org.apache.commons.compress.utils
Modifier and TypeMethodDescriptionstatic 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.