Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The Snappy framed format is supported by `SnappyFramedInputStream` and `SnappyFr
LZO is only provided for compatibility with existing systems that use LZO. We recommend
rewriting LZO data using Zstandard or LZ4.

The Java implementation of LZO is provided by `LzoJavaCompressor` and `LzoJavaDecompressor`.
The Java implementation of LZO is provided by `LzoCompressor` and `LzoDecompressor`.
Due to licensing issues, the LZO only has a Java implementation which is based on LZ4.

## Deflate
Expand Down