| Package | Description |
|---|---|
| org.apache.commons.compress.utils |
Contains utilities used internally by the compress library.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteUtils.OutputStreamByteConsumer
ByteUtils.ByteConsumer based on OutputStream. |
| Modifier and Type | Method and 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.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.