Skip to content

Commit aed3843

Browse files
authored
Merge pull request xerial#206 from xuchuanyin/opt_output_doc
[DOC] Optimize SnappyOutputStream java doc
2 parents 118aa3e + 0bdda0f commit aed3843

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/xerial/snappy/SnappyOutputStream.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* The output data format is:
4242
* <ol>
4343
* <li>snappy codec header defined in {@link SnappyCodec} (8 bytes)
44+
* <li>codec version (4 bytes integer, at least 1) and compatible version (4 bytes integer)
4445
* <li>compressed block 1 : a pair of (compressed data size [4 byte integer.
4546
* Big-endian], compressed data...)
4647
* <li>compressed block 2

0 commit comments

Comments
 (0)