C# 클래스 LSLib.LS.LSF.LSFReader

상속: IDisposable
파일 보기 프로젝트 열기: Norbyte/lslib

공개 메소드들

메소드 설명
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