C# Class HeapShot.Reader.LogFileReader

Inheritance: IDisposable
Datei anzeigen Open project: mono/heap-shot Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
LoadData ( int size ) : bool
LogFileReader ( string filename ) : System
ReadByte ( ) : byte
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadNullTerminatedString ( ) : string
ReadSLeb128 ( ) : long
ReadUInt16 ( ) : ushort
ReadUInt64 ( ) : ulong
ReadULeb128 ( ) : ulong

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

LoadData() public method

public LoadData ( int size ) : bool
size int
return bool

LogFileReader() public method

public LogFileReader ( string filename ) : System
filename string
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadNullTerminatedString() public method

public ReadNullTerminatedString ( ) : string
return string

ReadSLeb128() public method

public ReadSLeb128 ( ) : long
return long

ReadUInt16() public method

public ReadUInt16 ( ) : ushort
return ushort

ReadUInt64() public method

public ReadUInt64 ( ) : ulong
return ulong

ReadULeb128() public method

public ReadULeb128 ( ) : ulong
return ulong