C# Class LSLib.LS.LSBReader

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
LSBReader ( Stream stream ) : System
Read ( ) : Resource

Private Methods

Méthode Description
ReadAttribute ( NodeAttribute type ) : NodeAttribute
ReadNode ( Node node ) : void
ReadRegions ( Resource rsrc ) : void
ReadStaticStrings ( ) : void
ReadString ( bool nullTerminated ) : string
ReadWideString ( bool nullTerminated ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LSBReader() public méthode

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

Read() public méthode

public Read ( ) : Resource
Résultat Resource