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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
LSFWriter ( Stream stream, UInt32 version ) : System
Write ( Resource resource ) : void

비공개 메소드들

메소드 설명
AddStaticString ( string s ) : uint
WriteAttributeValue ( BinaryWriter writer, NodeAttribute attr ) : void
WriteNodeAttributesV2 ( Node node ) : void
WriteNodeAttributesV3 ( Node node ) : void
WriteNodeChildren ( Node node ) : void
WriteNodeV2 ( Node node ) : void
WriteNodeV3 ( Node node ) : void
WriteRegions ( Resource resource ) : void
WriteStaticString ( BinaryWriter writer, string s ) : void
WriteStaticStrings ( BinaryWriter writer ) : void
WriteString ( BinaryWriter writer, string s ) : void
WriteStringWithLength ( BinaryWriter writer, string s ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LSFWriter() 공개 메소드

public LSFWriter ( Stream stream, UInt32 version ) : System
stream Stream
version System.UInt32
리턴 System

Write() 공개 메소드

public Write ( Resource resource ) : void
resource Resource
리턴 void