C# 클래스 LSLib.LS.LSBWriter

상속: IDisposable
파일 보기 프로젝트 열기: Norbyte/lslib 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
LSBWriter ( Stream stream ) : System
Write ( Resource rsrc ) : void

비공개 메소드들

메소드 설명
AddStaticString ( string s ) : void
CollectStaticStrings ( Node node ) : void
CollectStaticStrings ( Resource rsrc ) : void
WriteAttribute ( NodeAttribute attr ) : void
WriteNode ( Node node ) : void
WriteRegions ( Resource rsrc ) : void
WriteStaticStrings ( ) : void
WriteString ( string s, bool nullTerminated ) : void
WriteWideString ( string s, bool nullTerminated ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LSBWriter() 공개 메소드

public LSBWriter ( Stream stream ) : System
stream Stream
리턴 System

Write() 공개 메소드

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