Bug 960367 - OdinMonkey: compress source stored in in cache file (r=sstangl)

This commit is contained in:
Luke Wagner
2014-01-17 17:34:33 -06:00
parent d0b53ae3e5
commit 1a0b0ef75b
2 changed files with 68 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ public:
* Compresses 'inputSize' bytes from 'source' into 'dest'.
* Destination buffer must be already allocated,
* and must be sized to handle worst cases situations (input data not compressible)
* Worst case size evaluation is provided by function LZ4_compressBound()
* Worst case size evaluation is provided by function maxCompressedSize()
*
* @param inputSize is the input size. Max supported value is ~1.9GB
* @param return the number of bytes written in buffer dest