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

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
LSFReader ( Stream stream ) : LZ4
Read ( ) : Resource

Приватные методы

Метод Описание
Decompress ( BinaryReader reader, uint compressedSize, uint uncompressedSize, Header header ) : byte[]
ReadAttribute ( NodeAttribute type, BinaryReader reader, uint length ) : NodeAttribute
ReadAttributesV2 ( Stream s ) : void

Reads the V2 attribute headers for the LSOF resource

ReadAttributesV3 ( Stream s ) : void

Reads the V3 attribute headers for the LSOF resource

ReadNames ( Stream s ) : void

Reads the static string hash table from the specified stream.

ReadNode ( NodeInfo defn, Node node, BinaryReader attributeReader ) : void
ReadNodes ( Stream s, bool longNodes ) : void

Reads the structure headers for the LSOF resource

ReadRegions ( Resource resource ) : void
ReadString ( BinaryReader reader ) : string
ReadString ( BinaryReader reader, int length ) : string

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

LSFReader() публичный Метод

public LSFReader ( Stream stream ) : LZ4
stream Stream
Результат LZ4

Read() публичный Метод

public Read ( ) : Resource
Результат Resource