C# Class K2Informatics.Erlnet.OtpInputStream

Inheritance: System.IO.MemoryStream
ファイルを表示 Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

Method Description
Mark ( int readlimit ) : void
OtpInputStream ( ) : System
OtpInputStream ( byte buf ) : System
OtpInputStream ( byte buf, int flags ) : System
OtpInputStream ( byte buf, int offset, int length, int flags ) : System
Reset ( ) : void
byte_array_to_long ( byte b, bool unsigned ) : long
getPos ( ) : int
peek ( ) : int
peek1 ( ) : int
peek1skip_version ( ) : int
read1 ( ) : int
read1skip_version ( ) : int
read2BE ( ) : int
read2LE ( ) : int
read4BE ( ) : int
read4LE ( ) : int
readBE ( int n ) : long
readLE ( int n ) : long
readN ( byte buf ) : int
readN ( byte buf, int off, int len ) : int
read_any ( ) : OtpErlangObject
read_atom ( ) : String
read_binary ( ) : byte[]
read_bitstr ( int &pad_bits ) : byte[]
read_boolean ( ) : bool
read_byte ( ) : byte
read_char ( ) : char
read_compressed ( ) : OtpErlangObject
read_double ( ) : double
read_external_fun ( ) : OtpErlangExternalFun
read_float ( ) : float
read_fun ( ) : OtpErlangFun
read_int ( ) : int
read_integer_byte_array ( ) : byte[]
read_list_head ( ) : int
read_long ( ) : long
read_long ( bool unsigned ) : long
read_nil ( ) : int
read_pid ( ) : OtpErlangPid
read_port ( ) : OtpErlangPort
read_ref ( ) : OtpErlangRef
read_short ( ) : short
read_string ( ) : String
read_tuple_head ( ) : int
read_uint ( ) : int
read_ulong ( ) : long
read_ushort ( ) : short
setPos ( int pos ) : int

Method Details

Mark() public method

public Mark ( int readlimit ) : void
readlimit int
return void

OtpInputStream() public method

public OtpInputStream ( ) : System
return System

OtpInputStream() public method

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

OtpInputStream() public method

public OtpInputStream ( byte buf, int flags ) : System
buf byte
flags int
return System

OtpInputStream() public method

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

Reset() public method

public Reset ( ) : void
return void

byte_array_to_long() public static method

public static byte_array_to_long ( byte b, bool unsigned ) : long
b byte
unsigned bool
return long

getPos() public method

public getPos ( ) : int
return int

peek() public method

public peek ( ) : int
return int

peek1() public method

public peek1 ( ) : int
return int

peek1skip_version() public method

public peek1skip_version ( ) : int
return int

read1() public method

public read1 ( ) : int
return int

read1skip_version() public method

public read1skip_version ( ) : 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

read4LE() public method

public read4LE ( ) : int
return int

readBE() public method

public readBE ( int n ) : long
n int
return long

readLE() public method

public readLE ( int n ) : long
n int
return long

readN() public method

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

readN() public method

public readN ( byte buf, int off, int len ) : int
buf byte
off int
len int
return int

read_any() public method

public read_any ( ) : OtpErlangObject
return OtpErlangObject

read_atom() public method

public read_atom ( ) : String
return String

read_binary() public method

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

read_bitstr() public method

public read_bitstr ( int &pad_bits ) : byte[]
pad_bits int
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_compressed() public method

public read_compressed ( ) : OtpErlangObject
return OtpErlangObject

read_double() public method

public read_double ( ) : double
return double

read_external_fun() public method

public read_external_fun ( ) : OtpErlangExternalFun
return OtpErlangExternalFun

read_float() public method

public read_float ( ) : float
return float

read_fun() public method

public read_fun ( ) : OtpErlangFun
return OtpErlangFun

read_int() public method

public read_int ( ) : int
return int

read_integer_byte_array() public method

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

read_list_head() public method

public read_list_head ( ) : int
return int

read_long() public method

public read_long ( ) : long
return long

read_long() public method

public read_long ( bool unsigned ) : long
unsigned bool
return long

read_nil() public method

public read_nil ( ) : int
return int

read_pid() public method

public read_pid ( ) : OtpErlangPid
return OtpErlangPid

read_port() public method

public read_port ( ) : OtpErlangPort
return OtpErlangPort

read_ref() public method

public read_ref ( ) : OtpErlangRef
return OtpErlangRef

read_short() public method

public read_short ( ) : short
return short

read_string() public method

public read_string ( ) : String
return 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 ( ) : long
return long

read_ushort() public method

public read_ushort ( ) : short
return short

setPos() public method

public setPos ( int pos ) : int
pos int
return int