C# Class LSLib.LS.LSBReader

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

Public Methods

Method Description
Dispose ( ) : void
LSBReader ( Stream stream ) : System
Read ( ) : Resource

Private Methods

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

public Dispose ( ) : void
return void

LSBReader() public method

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

Read() public method

public Read ( ) : Resource
return Resource