mirror of
https://github.com/lz4/lz4.git
synced 2024-11-24 18:33:50 +08:00
Added : doc authorship
This commit is contained in:
parent
e652285556
commit
4a9335bd60
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# LZ4 Streaming API Basics
|
||||
|
||||
by *Takayuki Matsuoka*
|
||||
## LZ4 API sets
|
||||
|
||||
LZ4 has the following API sets :
|
||||
|
Loading…
Reference in New Issue
Block a user