C# Class K2Informatics.Erlnet.OtpInputStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Mark ( int readlimit ) : void
readlimit int
Résultat void

OtpInputStream() public méthode

public OtpInputStream ( ) : System
Résultat System

OtpInputStream() public méthode

public OtpInputStream ( byte buf ) : System
buf byte
Résultat System

OtpInputStream() public méthode

public OtpInputStream ( byte buf, int flags ) : System
buf byte
flags int
Résultat System

OtpInputStream() public méthode

public OtpInputStream ( byte buf, int offset, int length, int flags ) : System
buf byte
offset int
length int
flags int
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

byte_array_to_long() public static méthode

public static byte_array_to_long ( byte b, bool unsigned ) : long
b byte
unsigned bool
Résultat long

getPos() public méthode

public getPos ( ) : int
Résultat int

peek() public méthode

public peek ( ) : int
Résultat int

peek1() public méthode

public peek1 ( ) : int
Résultat int

peek1skip_version() public méthode

public peek1skip_version ( ) : int
Résultat int

read1() public méthode

public read1 ( ) : int
Résultat int

read1skip_version() public méthode

public read1skip_version ( ) : int
Résultat int

read2BE() public méthode

public read2BE ( ) : int
Résultat int

read2LE() public méthode

public read2LE ( ) : int
Résultat int

read4BE() public méthode

public read4BE ( ) : int
Résultat int

read4LE() public méthode

public read4LE ( ) : int
Résultat int

readBE() public méthode

public readBE ( int n ) : long
n int
Résultat long

readLE() public méthode

public readLE ( int n ) : long
n int
Résultat long

readN() public méthode

public readN ( byte buf ) : int
buf byte
Résultat int

readN() public méthode

public readN ( byte buf, int off, int len ) : int
buf byte
off int
len int
Résultat int

read_any() public méthode

public read_any ( ) : OtpErlangObject
Résultat OtpErlangObject

read_atom() public méthode

public read_atom ( ) : String
Résultat String

read_binary() public méthode

public read_binary ( ) : byte[]
Résultat byte[]

read_bitstr() public méthode

public read_bitstr ( int &pad_bits ) : byte[]
pad_bits int
Résultat byte[]

read_boolean() public méthode

public read_boolean ( ) : bool
Résultat bool

read_byte() public méthode

public read_byte ( ) : byte
Résultat byte

read_char() public méthode

public read_char ( ) : char
Résultat char

read_compressed() public méthode

public read_compressed ( ) : OtpErlangObject
Résultat OtpErlangObject

read_double() public méthode

public read_double ( ) : double
Résultat double

read_external_fun() public méthode

public read_external_fun ( ) : OtpErlangExternalFun
Résultat OtpErlangExternalFun

read_float() public méthode

public read_float ( ) : float
Résultat float

read_fun() public méthode

public read_fun ( ) : OtpErlangFun
Résultat OtpErlangFun

read_int() public méthode

public read_int ( ) : int
Résultat int

read_integer_byte_array() public méthode

public read_integer_byte_array ( ) : byte[]
Résultat byte[]

read_list_head() public méthode

public read_list_head ( ) : int
Résultat int

read_long() public méthode

public read_long ( ) : long
Résultat long

read_long() public méthode

public read_long ( bool unsigned ) : long
unsigned bool
Résultat long

read_nil() public méthode

public read_nil ( ) : int
Résultat int

read_pid() public méthode

public read_pid ( ) : OtpErlangPid
Résultat OtpErlangPid

read_port() public méthode

public read_port ( ) : OtpErlangPort
Résultat OtpErlangPort

read_ref() public méthode

public read_ref ( ) : OtpErlangRef
Résultat OtpErlangRef

read_short() public méthode

public read_short ( ) : short
Résultat short

read_string() public méthode

public read_string ( ) : String
Résultat String

read_tuple_head() public méthode

public read_tuple_head ( ) : int
Résultat int

read_uint() public méthode

public read_uint ( ) : int
Résultat int

read_ulong() public méthode

public read_ulong ( ) : long
Résultat long

read_ushort() public méthode

public read_ushort ( ) : short
Résultat short

setPos() public méthode

public setPos ( int pos ) : int
pos int
Résultat int