C# Class Hansha.BinaryReaderExtension

Show file Open project: Deathspike/Hansha

Public Methods

Method Description
ReadSignedVariableLength ( this binaryReader ) : int
ReadUnsignedVariableLength ( this binaryReader ) : uint

Method Details

ReadSignedVariableLength() public static method

public static ReadSignedVariableLength ( this binaryReader ) : int
binaryReader this
return int

ReadUnsignedVariableLength() public static method

public static ReadUnsignedVariableLength ( this binaryReader ) : uint
binaryReader this
return uint