C# Class LSLib.LS.LSBWriter

Inheritance: IDisposable
Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
LSBWriter ( Stream stream ) : System
Write ( Resource rsrc ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

LSBWriter() public méthode

public LSBWriter ( Stream stream ) : System
stream Stream
Résultat System

Write() public méthode

public Write ( Resource rsrc ) : void
rsrc Resource
Résultat void