Skip to content

Commit

Permalink
Update header documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Nov 11, 2022
1 parent 4fa95e7 commit 8621151
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
* 0: Uncompressed + Plaintext
* <p>
* meta data size:
* Length of meta data block at the beginning of the file in bytes.
* Length of meta data block at the beginning of the file in bytes, or alternatively the amount of bytes to skip until gamestate data is read.
* If the meta data is contained in a separate file, i.e. not embedded into the gamestate file, this value will be zero.
*/
public record ModernHeader(boolean unknown, int compressionType, boolean binary, long randomness, long metaLength) {

Expand Down

0 comments on commit 8621151

Please sign in to comment.