Added : doc authorship

This commit is contained in:
Yann Collet 2015-03-25 17:22:26 +01:00
parent e652285556
commit 4a9335bd60
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# LZ4 Streaming API Example : Double Buffer
by *Takayuki Matsuoka*
`blockStreaming_doubleBuffer.c` is LZ4 Straming API example which implements double buffer (de)compression.

View File

@ -1,4 +1,5 @@
# LZ4 Streaming API Example : Line by Line Text Compression
by *Takayuki Matsuoka*
`blockStreaming_lineByLine.c` is LZ4 Straming API example which implements line by line incremental (de)compression.

View File

@ -1,5 +1,5 @@
# LZ4 Streaming API Basics
by *Takayuki Matsuoka*
## LZ4 API sets
LZ4 has the following API sets :