C# Class Otp.OtpOutputStream

Afficher le fichier Open project: saleyn/otp.net Class Usage Examples

Méthodes publiques

Méthode Description
OtpOutputStream ( ) : System
OtpOutputStream ( Erlang o ) : System
OtpOutputStream ( Erlang o, bool writeVersion ) : System
OtpOutputStream ( Erlang o, bool writeVersion, bool writePktSize ) : System
OtpOutputStream ( int size ) : System
ToBinary ( ) : Binary
count ( ) : int
encode_size ( Erlang o ) : int
getBuffer ( ) : byte[]
getPos ( ) : int
long_arity ( long l ) : int
poke4BE ( int offset, int n ) : void
reset ( ) : void
size ( ) : int
write ( byte b ) : void
write1 ( long n ) : void
write2BE ( long n ) : void
write2LE ( long n ) : void
write4BE ( long n ) : void
write4LE ( long n ) : void
writeN ( byte bytes ) : void
writeTo ( System os ) : void
write_any ( Erlang o ) : void
write_atom ( System atom ) : void
write_binary ( byte bin ) : void
write_boolean ( bool b ) : void
write_byte ( byte b ) : void
write_char ( char c ) : void
write_double ( double d ) : void
write_float ( float f ) : void
write_int ( int i ) : void
write_list_head ( int arity ) : void
write_long ( long l ) : void
write_nil ( ) : void
write_pid ( System node, int id, int serial, int creation ) : void
write_port ( System node, int id, int creation ) : void
write_ref ( System node, int id, int creation ) : void
write_short ( short s ) : void
write_string ( System s ) : void
write_tuple_head ( int arity ) : void
write_uint ( uint ui ) : void
write_ulong ( ulong ul ) : void
write_ushort ( ushort us ) : void

Private Methods

Méthode Description
encodeObject ( Erlang o, bool writeVersion ) : void
getOtpInputStream ( int offset ) : OtpInputStream
write_long ( long l, bool isNegative ) : void

Method Details

OtpOutputStream() public méthode

public OtpOutputStream ( ) : System
Résultat System

OtpOutputStream() public méthode

public OtpOutputStream ( Erlang o ) : System
o Erlang
Résultat System

OtpOutputStream() public méthode

public OtpOutputStream ( Erlang o, bool writeVersion ) : System
o Erlang
writeVersion bool
Résultat System

OtpOutputStream() public méthode

public OtpOutputStream ( Erlang o, bool writeVersion, bool writePktSize ) : System
o Erlang
writeVersion bool
writePktSize bool
Résultat System

OtpOutputStream() public méthode

public OtpOutputStream ( int size ) : System
size int
Résultat System

ToBinary() public méthode

public ToBinary ( ) : Binary
Résultat Otp.Erlang.Binary

count() public méthode

public count ( ) : int
Résultat int

encode_size() public méthode

public encode_size ( Erlang o ) : int
o Erlang
Résultat int

getBuffer() public méthode

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

getPos() public méthode

public getPos ( ) : int
Résultat int

long_arity() static public méthode

static public long_arity ( long l ) : int
l long
Résultat int

poke4BE() public méthode

public poke4BE ( int offset, int n ) : void
offset int
n int
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

size() public méthode

public size ( ) : int
Résultat int

write() public méthode

public write ( byte b ) : void
b byte
Résultat void

write1() public méthode

public write1 ( long n ) : void
n long
Résultat void

write2BE() public méthode

public write2BE ( long n ) : void
n long
Résultat void

write2LE() public méthode

public write2LE ( long n ) : void
n long
Résultat void

write4BE() public méthode

public write4BE ( long n ) : void
n long
Résultat void

write4LE() public méthode

public write4LE ( long n ) : void
n long
Résultat void

writeN() public méthode

public writeN ( byte bytes ) : void
bytes byte
Résultat void

writeTo() public méthode

public writeTo ( System os ) : void
os System
Résultat void

write_any() public méthode

public write_any ( Erlang o ) : void
o Erlang
Résultat void

write_atom() public méthode

public write_atom ( System atom ) : void
atom System
Résultat void

write_binary() public méthode

public write_binary ( byte bin ) : void
bin byte
Résultat void

write_boolean() public méthode

public write_boolean ( bool b ) : void
b bool
Résultat void

write_byte() public méthode

public write_byte ( byte b ) : void
b byte
Résultat void

write_char() public méthode

public write_char ( char c ) : void
c char
Résultat void

write_double() public méthode

public write_double ( double d ) : void
d double
Résultat void

write_float() public méthode

public write_float ( float f ) : void
f float
Résultat void

write_int() public méthode

public write_int ( int i ) : void
i int
Résultat void

write_list_head() public méthode

public write_list_head ( int arity ) : void
arity int
Résultat void

write_long() public méthode

public write_long ( long l ) : void
l long
Résultat void

write_nil() public méthode

public write_nil ( ) : void
Résultat void

write_pid() public méthode

public write_pid ( System node, int id, int serial, int creation ) : void
node System
id int
serial int
creation int
Résultat void

write_port() public méthode

public write_port ( System node, int id, int creation ) : void
node System
id int
creation int
Résultat void

write_ref() public méthode

public write_ref ( System node, int id, int creation ) : void
node System
id int
creation int
Résultat void

write_short() public méthode

public write_short ( short s ) : void
s short
Résultat void

write_string() public méthode

public write_string ( System s ) : void
s System
Résultat void

write_tuple_head() public méthode

public write_tuple_head ( int arity ) : void
arity int
Résultat void

write_uint() public méthode

public write_uint ( uint ui ) : void
ui uint
Résultat void

write_ulong() public méthode

public write_ulong ( ulong ul ) : void
ul ulong
Résultat void

write_ushort() public méthode

public write_ushort ( ushort us ) : void
us ushort
Résultat void