C# Class Mono.Debugger.Soft.Connection.PacketReader

Show file Open project: kumpera/mono

Public Methods

Method Description
PacketReader ( byte packet ) : System
ReadByte ( ) : int
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadId ( ) : long
ReadInt ( ) : int
ReadLong ( ) : long
ReadShort ( ) : int
ReadString ( ) : string
ReadValue ( ) : ValueImpl

Method Details

PacketReader() public method

public PacketReader ( byte packet ) : System
packet byte
return System

ReadByte() public method

public ReadByte ( ) : int
return int

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadFloat() public method

public ReadFloat ( ) : float
return float

ReadId() public method

public ReadId ( ) : long
return long

ReadInt() public method

public ReadInt ( ) : int
return int

ReadLong() public method

public ReadLong ( ) : long
return long

ReadShort() public method

public ReadShort ( ) : int
return int

ReadString() public method

public ReadString ( ) : string
return string

ReadValue() public method

public ReadValue ( ) : ValueImpl
return ValueImpl