mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
Merge pull request #206 from xuchuanyin/opt_output_doc
[DOC] Optimize SnappyOutputStream java doc
This commit is contained in:
commit
aed3843f8e
@ -41,6 +41,7 @@ import java.io.OutputStream;
|
|||||||
* The output data format is:
|
* The output data format is:
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>snappy codec header defined in {@link SnappyCodec} (8 bytes)
|
* <li>snappy codec header defined in {@link SnappyCodec} (8 bytes)
|
||||||
|
* <li>codec version (4 bytes integer, at least 1) and compatible version (4 bytes integer)
|
||||||
* <li>compressed block 1 : a pair of (compressed data size [4 byte integer.
|
* <li>compressed block 1 : a pair of (compressed data size [4 byte integer.
|
||||||
* Big-endian], compressed data...)
|
* Big-endian], compressed data...)
|
||||||
* <li>compressed block 2
|
* <li>compressed block 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user