2ece0d8380
- promoted LZ4_resetStream_fast() to stable - moved LZ4_resetStream() into deprecate, but without triggering a compiler warning - update all sources to no longer rely on LZ4_resetStream() note : LZ4_initStream() proposal is slightly different : it's able to initialize any buffer, provided that it's large enough. To this end, it accepts a void*, and returns an LZ4_stream_t*. |
||
---|---|---|
.. | ||
.gitignore | ||
blockStreaming_doubleBuffer.c | ||
blockStreaming_doubleBuffer.md | ||
blockStreaming_lineByLine.c | ||
blockStreaming_lineByLine.md | ||
blockStreaming_ringBuffer.c | ||
compress_functions.c | ||
COPYING | ||
dictionaryRandomAccess.c | ||
dictionaryRandomAccess.md | ||
frameCompress.c | ||
HCStreaming_ringBuffer.c | ||
Makefile | ||
printVersion.c | ||
README.md | ||
simple_buffer.c | ||
streaming_api_basics.md |
LZ4 examples
All examples are GPL-v2 licensed.