xref: /aosp_15_r20/external/lz4/examples/README.md (revision 27162e4e17433d5aa7cb38e7b6a433a09405fc7f)
1# LZ4 examples
2
3All examples are GPL-v2 licensed.
4
5## Documents
6
7 - [Streaming API Basics](streaming_api_basics.md)
8 - Examples
9     - [Double Buffer](blockStreaming_doubleBuffer.md)
10     - [Line by Line Text Compression](blockStreaming_lineByLine.md)
11     - [Dictionary Random Access](dictionaryRandomAccess.md)
12