C# Class LOLFileReader.InibinReader

Mostra file Open project: utensil/lolmodelviewer

Public Methods

Method Description
Read ( IFileEntry file, LOLFileReader.InibinFile &data, Logger logger ) : bool

Private Methods

Method Description
DebugOut ( String label, Object val ) : void
DebugOut ( String label, String val ) : void
DebugOut ( String label, float val ) : void
DebugOut ( String label, long val ) : void
ReadCharacterInibin ( MemoryStream stream, LOLFileReader.InibinFile &file, Logger logger ) : bool
ReadFloat ( MemoryStream &s ) : float
ReadInt32 ( MemoryStream &s ) : Int32
ReadNullTerminatedString ( MemoryStream &s, int atOffset ) : String
ReadSegmentKeys ( MemoryStream &s ) : long[]
ReadShort ( MemoryStream &s ) : short

Method Details

Read() public static method

public static Read ( IFileEntry file, LOLFileReader.InibinFile &data, Logger logger ) : bool
file IFileEntry
data LOLFileReader.InibinFile
logger Logger
return bool