diff options
author | yann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd> | 2013-03-30 21:11:40 (GMT) |
---|---|---|
committer | yann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd> | 2013-03-30 21:11:40 (GMT) |
commit | 647baabcef0effcfcb3cc0dadb2970db681c9d52 (patch) | |
tree | e1b075d6997600f677f39cb3a61b6182e5988f46 /lz4.h | |
parent | 633c51904ebc1e3d3f51d4793d24f4f39ce579cf (diff) | |
download | lz4-647baabcef0effcfcb3cc0dadb2970db681c9d52.zip lz4-647baabcef0effcfcb3cc0dadb2970db681c9d52.tar.gz lz4-647baabcef0effcfcb3cc0dadb2970db681c9d52.tar.bz2 |
Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu
Updated : cmake/pack/CMakeLists.txt, by Dmitry Cherepanov
lz4demo : CLI accept aggregated commands
lz4demo : detect overwrite output
lz4demo : new commands options (-hc, -y)
git-svn-id: https://lz4.googlecode.com/svn/trunk@91 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'lz4.h')
-rw-r--r-- | lz4.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ LZ4_compress() : LZ4_uncompress() :
osize : is the output size, therefore the original size
- return : the number of bytes read in the source buffer
+ return : the number of bytes read in the source buffer (in other words, the compressed size)
If the source stream is malformed, the function will stop decoding and return a negative result, indicating the byte position of the faulty instruction
This function never writes outside of provided buffers, and never modifies input buffer.
note : destination buffer must be already allocated.
|