| 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. supplierSupplier that delegates to  AbstractLZ77CompressorInputStream.readOneByte(). | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ByteUtils.InputStreamByteSupplierByteUtils.ByteSupplierbased onInputStream. | 
| 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 © 2018 The Apache Software Foundation. All rights reserved.