summaryrefslogtreecommitdiffstats
path: root/examples/README.md
blob: 74527d49c1cd16e50d32a59fe3c759cbae1448fa (plain)
1
2
3
4
5
6
7
8
9
10
# LZ4 examples

All examples are GPL-v2 licensed.

## Documents

 - [Streaming API Basics](streaming_api_basics.md)
 - Examples
     - [Double Buffer](blockStreaming_doubleBuffer.md)
     - [Line by Line Text Compression](blockStreaming_lineByLine.md)