Added : doc authorship
This commit is contained in:
parent
e652285556
commit
4a9335bd60
@ -1,4 +1,5 @@
|
|||||||
# LZ4 Streaming API Example : Double Buffer
|
# LZ4 Streaming API Example : Double Buffer
|
||||||
|
by *Takayuki Matsuoka*
|
||||||
|
|
||||||
`blockStreaming_doubleBuffer.c` is LZ4 Straming API example which implements double buffer (de)compression.
|
`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
|
# 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.
|
`blockStreaming_lineByLine.c` is LZ4 Straming API example which implements line by line incremental (de)compression.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# LZ4 Streaming API Basics
|
# LZ4 Streaming API Basics
|
||||||
|
by *Takayuki Matsuoka*
|
||||||
## LZ4 API sets
|
## LZ4 API sets
|
||||||
|
|
||||||
LZ4 has the following API sets :
|
LZ4 has the following API sets :
|
||||||
|
Loading…
Reference in New Issue
Block a user