mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 23:05:12 +00:00
First round of cleanup for DolphinLib additions
This commit is contained in:
@@ -17,10 +17,10 @@ namespace SabreTools.Data.Models.GCZ
|
||||
/// Each value encodes both the offset of the block within the compressed data section
|
||||
/// and a compression flag in the top bit:
|
||||
/// <list type="bullet">
|
||||
/// <item>Top bit CLEAR → block is zlib/deflate-compressed at that offset.</item>
|
||||
/// <item>Top bit SET → block is stored uncompressed at that offset.</item>
|
||||
/// <item>Top bit CLEAR -> block is zlib/deflate-compressed at that offset.</item>
|
||||
/// <item>Top bit SET -> block is stored uncompressed at that offset.</item>
|
||||
/// </list>
|
||||
/// Offset is <c>value & ~UncompressedFlag</c>.
|
||||
/// Offset is value & ~UncompressedFlag.
|
||||
/// </summary>
|
||||
public ulong[] BlockPointers { get; set; } = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user