C# Class Mono.CompilerServices.SymbolWriter.MyBinaryReader

Inheritance: System.IO.BinaryReader
Exibir arquivo Open project: Unity-Technologies/cecil Class Usage Examples

Public Methods

Method Description
MyBinaryReader ( Stream stream ) : System
ReadLeb128 ( ) : int
ReadString ( int offset ) : string

Method Details

MyBinaryReader() public method

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

ReadLeb128() public method

public ReadLeb128 ( ) : int
return int

ReadString() public method

public ReadString ( int offset ) : string
offset int
return string