C# Class Hansha.QuickBinaryReader

Show file Open project: Deathspike/Hansha

Public Methods

Method Description
QuickBinaryReader ( byte buffer )
ReadByte ( ) : byte
ReadSignedVariableLength ( ) : int
ReadUnsignedVariableLength ( ) : uint

Method Details

QuickBinaryReader() public method

public QuickBinaryReader ( byte buffer )
buffer byte

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadSignedVariableLength() public method

public ReadSignedVariableLength ( ) : int
return int

ReadUnsignedVariableLength() public method

public ReadUnsignedVariableLength ( ) : uint
return uint