Package | Description |
---|---|
org.apache.commons.compress.compressors.lz4 |
Provides stream classes for the LZ4 algorithm.
|
org.apache.commons.compress.compressors.snappy |
Provides stream classes for the Snappy algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockLZ4CompressorInputStream
CompressorInputStream for the LZ4 block format.
|
Modifier and Type | Class and Description |
---|---|
class |
SnappyCompressorInputStream
CompressorInputStream for the raw Snappy format.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.