C# Class BinaryReaderExtensionMethods

Exibir arquivo Open project: rlabrecque/WitnessYourProgress

Public Methods

Method Description
PeekByte ( this reader ) : byte
PeekInt32 ( this reader ) : int
ReadCString ( this reader ) : string

Method Details

PeekByte() public static method

public static PeekByte ( this reader ) : byte
reader this
return byte

PeekInt32() public static method

public static PeekInt32 ( this reader ) : int
reader this
return int

ReadCString() public static method

public static ReadCString ( this reader ) : string
reader this
return string