C# Class LSLib.LS.LSBWriter

Inheritance: IDisposable
Mostra file Open project: Norbyte/lslib Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
LSBWriter ( Stream stream ) : System
Write ( Resource rsrc ) : void

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LSBWriter() public method

public LSBWriter ( Stream stream ) : System
stream Stream
return System

Write() public method

public Write ( Resource rsrc ) : void
rsrc Resource
return void