C# Class Mono.CompilerServices.SymbolWriter.MyBinaryReader

Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: Unity-Technologies/cecil Class Usage Examples

Méthodes publiques

Méthode Description
MyBinaryReader ( Stream stream ) : System
ReadLeb128 ( ) : int
ReadString ( int offset ) : string

Method Details

MyBinaryReader() public méthode

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

ReadLeb128() public méthode

public ReadLeb128 ( ) : int
Résultat int

ReadString() public méthode

public ReadString ( int offset ) : string
offset int
Résultat string