C# Class BinaryReaderExtensionMethods

Afficher le fichier Open project: rlabrecque/WitnessYourProgress

Méthodes publiques

Méthode Description
PeekByte ( this reader ) : byte
PeekInt32 ( this reader ) : int
ReadCString ( this reader ) : string

Method Details

PeekByte() public static méthode

public static PeekByte ( this reader ) : byte
reader this
Résultat byte

PeekInt32() public static méthode

public static PeekInt32 ( this reader ) : int
reader this
Résultat int

ReadCString() public static méthode

public static ReadCString ( this reader ) : string
reader this
Résultat string