C# Class Otp.OtpOutputStream

Show file Open project: saleyn/otp.net Class Usage Examples

Public Methods

Method 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

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

Method Details

OtpOutputStream() public method

public OtpOutputStream ( ) : System
return System

OtpOutputStream() public method

public OtpOutputStream ( Erlang o ) : System
o Erlang
return System

OtpOutputStream() public method

public OtpOutputStream ( Erlang o, bool writeVersion ) : System
o Erlang
writeVersion bool
return System

OtpOutputStream() public method

public OtpOutputStream ( Erlang o, bool writeVersion, bool writePktSize ) : System
o Erlang
writeVersion bool
writePktSize bool
return System

OtpOutputStream() public method

public OtpOutputStream ( int size ) : System
size int
return System

ToBinary() public method

public ToBinary ( ) : Binary
return Otp.Erlang.Binary

count() public method

public count ( ) : int
return int

encode_size() public method

public encode_size ( Erlang o ) : int
o Erlang
return int

getBuffer() public method

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

getPos() public method

public getPos ( ) : int
return int

long_arity() static public method

static public long_arity ( long l ) : int
l long
return int

poke4BE() public method

public poke4BE ( int offset, int n ) : void
offset int
n int
return void

reset() public method

public reset ( ) : void
return void

size() public method

public size ( ) : int
return int

write() public method

public write ( byte b ) : void
b byte
return void

write1() public method

public write1 ( long n ) : void
n long
return void

write2BE() public method

public write2BE ( long n ) : void
n long
return void

write2LE() public method

public write2LE ( long n ) : void
n long
return void

write4BE() public method

public write4BE ( long n ) : void
n long
return void

write4LE() public method

public write4LE ( long n ) : void
n long
return void

writeN() public method

public writeN ( byte bytes ) : void
bytes byte
return void

writeTo() public method

public writeTo ( System os ) : void
os System
return void

write_any() public method

public write_any ( Erlang o ) : void
o Erlang
return void

write_atom() public method

public write_atom ( System atom ) : void
atom System
return void

write_binary() public method

public write_binary ( byte bin ) : void
bin byte
return void

write_boolean() public method

public write_boolean ( bool b ) : void
b bool
return void

write_byte() public method

public write_byte ( byte b ) : void
b byte
return void

write_char() public method

public write_char ( char c ) : void
c char
return void

write_double() public method

public write_double ( double d ) : void
d double
return void

write_float() public method

public write_float ( float f ) : void
f float
return void

write_int() public method

public write_int ( int i ) : void
i int
return void

write_list_head() public method

public write_list_head ( int arity ) : void
arity int
return void

write_long() public method

public write_long ( long l ) : void
l long
return void

write_nil() public method

public write_nil ( ) : void
return void

write_pid() public method

public write_pid ( System node, int id, int serial, int creation ) : void
node System
id int
serial int
creation int
return void

write_port() public method

public write_port ( System node, int id, int creation ) : void
node System
id int
creation int
return void

write_ref() public method

public write_ref ( System node, int id, int creation ) : void
node System
id int
creation int
return void

write_short() public method

public write_short ( short s ) : void
s short
return void

write_string() public method

public write_string ( System s ) : void
s System
return void

write_tuple_head() public method

public write_tuple_head ( int arity ) : void
arity int
return void

write_uint() public method

public write_uint ( uint ui ) : void
ui uint
return void

write_ulong() public method

public write_ulong ( ulong ul ) : void
ul ulong
return void

write_ushort() public method

public write_ushort ( ushort us ) : void
us ushort
return void