Serialise
- Namespace
- Rowles.LeanCorpus.Util
- Assembly
- Rowles.LeanCorpus.dll
Methods
Serialise(BinaryWriter)
Binary format:
[int32:magic][byte:version][int32:payloadLen][payload bytes][uint32:crc32]. The payload is[int32:chunkCount][chunk0_key:ushort, chunk0_type:byte, chunk0_data...]...Container types: 0=Array, 1=Bitmap, 2=Run. CRC32 is computed over the payload bytes only.
Serialise(string)
Serialises this bitmap to the specified file path.