mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
Optimize SnappyOutputStream java doc
Add more information about output data format
This commit is contained in:
parent
118aa3e6d2
commit
0bdda0f23d
@ -41,6 +41,7 @@ import java.io.OutputStream;
|
||||
* The output data format is:
|
||||
* <ol>
|
||||
* <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.
|
||||
* Big-endian], compressed data...)
|
||||
* <li>compressed block 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user