C# Класс LSLib.LS.LSF.Header

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AttributesSizeOnDisk System.UInt32
AttributesUncompressedSize System.UInt32
CompressionFlags Byte
EngineVersion System.UInt32
Extended System.UInt32
Magic System.UInt32
NodesSizeOnDisk System.UInt32
NodesUncompressedSize System.UInt32
Signature byte[]
StringsSizeOnDisk System.UInt32
StringsUncompressedSize System.UInt32
Unknown2 Byte
Unknown3 System.UInt16
ValuesSizeOnDisk System.UInt32
ValuesUncompressedSize System.UInt32
Version System.UInt32

Описание свойств

AttributesSizeOnDisk публичное свойство

Compressed size of the attribute list
public UInt32,System AttributesSizeOnDisk
Результат System.UInt32

AttributesUncompressedSize публичное свойство

Total uncompressed size of the attribute list
public UInt32,System AttributesUncompressedSize
Результат System.UInt32

CompressionFlags публичное свойство

Compression method and level used for the string, node, attribute and value buffers. Uses the same format as packages (see BinUtils.MakeCompressionFlags)
public Byte CompressionFlags
Результат Byte

EngineVersion публичное свойство

Possibly version number? (major, minor, rev, build)
public UInt32,System EngineVersion
Результат System.UInt32

Extended публичное свойство

Extended node/attribute format indicator, 0 for V2, 0/1 for V3
public UInt32,System Extended
Результат System.UInt32

Magic публичное свойство

LSOF file signature; should be the same as LSFHeader.Signature
public UInt32,System Magic
Результат System.UInt32

NodesSizeOnDisk публичное свойство

Compressed size of the node list
public UInt32,System NodesSizeOnDisk
Результат System.UInt32

NodesUncompressedSize публичное свойство

Total uncompressed size of the node list
public UInt32,System NodesUncompressedSize
Результат System.UInt32

Signature публичное статическое свойство

LSOF file signature
public static byte[] Signature
Результат byte[]

StringsSizeOnDisk публичное свойство

Compressed size of the string hash table
public UInt32,System StringsSizeOnDisk
Результат System.UInt32

StringsUncompressedSize публичное свойство

Total uncompressed size of the string hash table
public UInt32,System StringsUncompressedSize
Результат System.UInt32

Unknown2 публичное свойство

Possibly unused, always 0
public Byte Unknown2
Результат Byte

Unknown3 публичное свойство

public UInt16,System Unknown3
Результат System.UInt16

ValuesSizeOnDisk публичное свойство

Compressed size of the raw value buffer
public UInt32,System ValuesSizeOnDisk
Результат System.UInt32

ValuesUncompressedSize публичное свойство

Total uncompressed size of the raw value buffer
public UInt32,System ValuesUncompressedSize
Результат System.UInt32

Version публичное свойство

Version of the LSOF file; D:OS EE is version 1/2, D:OS 2 is version 3
public UInt32,System Version
Результат System.UInt32