| Package | Description |
|---|---|
| org.apache.commons.compress.compressors.lz77support |
Provides utility classes for LZ77 based algorithms.
|
| org.apache.commons.compress.utils |
Contains utilities used internally by the compress library.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteUtils.ByteSupplier |
AbstractLZ77CompressorInputStream.supplier
Supplier that delegates to
AbstractLZ77CompressorInputStream.readOneByte(). |
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteUtils.InputStreamByteSupplier
ByteUtils.ByteSupplier based on InputStream. |
| Modifier and Type | Method and 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.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.