C# Class Otp.OtpInputStream

Inheritance: System.IO.MemoryStream
显示文件 Open project: saleyn/otp.net Class Usage Examples

Public Methods

Method Description
OtpInputStream ( byte buf ) : System
OtpInputStream ( byte buf, int offset, int length ) : System
peek ( ) : int
read1 ( ) : int
read2BE ( ) : int
read2LE ( ) : int
read4BE ( ) : int
read4BE ( byte b ) : int
read4LE ( ) : int
read8BE ( ) : System.UInt64
readN ( byte buf ) : int
read_any ( ) : Otp.Erlang.Object
read_atom ( ) : string
read_binary ( ) : byte[]
read_boolean ( ) : bool
read_byte ( ) : byte
read_char ( ) : char
read_double ( ) : double
read_float ( ) : float
read_int ( ) : int
read_list_head ( ) : int
read_long ( ) : long
read_nil ( ) : int
read_pid ( ) : Pid
read_port ( ) : Port
read_ref ( ) : Ref
read_short ( ) : short
read_string ( ) : System.String
read_tuple_head ( ) : int
read_uint ( ) : int
read_ulong ( ) : ulong
read_ushort ( ) : short

Private Methods

Method Description
getFloatOrDouble ( ) : double
read_long ( bool signed ) : long

Method Details

OtpInputStream() public method

public OtpInputStream ( byte buf ) : System
buf byte
return System

OtpInputStream() public method

public OtpInputStream ( byte buf, int offset, int length ) : System
buf byte
offset int
length int
return System

peek() public method

public peek ( ) : int
return int

read1() public method

public read1 ( ) : int
return int

read2BE() public method

public read2BE ( ) : int
return int

read2LE() public method

public read2LE ( ) : int
return int

read4BE() public method

public read4BE ( ) : int
return int

read4BE() public static method

public static read4BE ( byte b ) : int
b byte
return int

read4LE() public method

public read4LE ( ) : int
return int

read8BE() public method

public read8BE ( ) : System.UInt64
return System.UInt64

readN() public method

public readN ( byte buf ) : int
buf byte
return int

read_any() public method

public read_any ( ) : Otp.Erlang.Object
return Otp.Erlang.Object

read_atom() public method

public read_atom ( ) : string
return string

read_binary() public method

public read_binary ( ) : byte[]
return byte[]

read_boolean() public method

public read_boolean ( ) : bool
return bool

read_byte() public method

public read_byte ( ) : byte
return byte

read_char() public method

public read_char ( ) : char
return char

read_double() public method

public read_double ( ) : double
return double

read_float() public method

public read_float ( ) : float
return float

read_int() public method

public read_int ( ) : int
return int

read_list_head() public method

public read_list_head ( ) : int
return int

read_long() public method

public read_long ( ) : long
return long

read_nil() public method

public read_nil ( ) : int
return int

read_pid() public method

public read_pid ( ) : Pid
return Otp.Erlang.Pid

read_port() public method

public read_port ( ) : Port
return Otp.Erlang.Port

read_ref() public method

public read_ref ( ) : Ref
return Otp.Erlang.Ref

read_short() public method

public read_short ( ) : short
return short

read_string() public method

public read_string ( ) : System.String
return System.String

read_tuple_head() public method

public read_tuple_head ( ) : int
return int

read_uint() public method

public read_uint ( ) : int
return int

read_ulong() public method

public read_ulong ( ) : ulong
return ulong

read_ushort() public method

public read_ushort ( ) : short
return short