C# Class K2Informatics.Erlnet.OtpOutputStream

Inheritance: System.IO.MemoryStream
Mostrar archivo Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

Method Description
OtpOutputStream ( ) : System
OtpOutputStream ( OtpErlangObject o ) : System
OtpOutputStream ( int size ) : System
WriteTo ( Stream stream ) : void
getPos ( ) : int
length ( ) : int
poke4BE ( int offset, long n ) : 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
write8BE ( long n ) : void
write8LE ( long n ) : void
writeLE ( long n, int b ) : void
writeN ( byte bytes ) : void
write_any ( OtpErlangObject o ) : void
write_atom ( String atom ) : void
write_big_integer ( BigInteger v ) : void
write_binary ( byte bin ) : void
write_bitstr ( byte bin, int pad_bits ) : void
write_boolean ( bool b ) : void
write_byte ( byte b ) : void
write_char ( char c ) : void
write_compressed ( OtpErlangObject o ) : void
write_double ( double d ) : void
write_external_fun ( String module, String function, int arity ) : void
write_float ( float f ) : void
write_fun ( OtpErlangPid pid, String module, long old_index, int arity, byte md5, long index, long uniq, OtpErlangObject freeVars ) : void
write_int ( int i ) : void
write_list_head ( int arity ) : void
write_long ( long l ) : void
write_long ( long v, bool unsigned ) : void
write_nil ( ) : void
write_pid ( String node, int id, int serial, int creation ) : void
write_port ( String node, int id, int creation ) : void
write_ref ( String node, int id, int creation ) : void
write_short ( short s ) : void
write_string ( String s ) : void
write_string ( String s, Encoding e ) : void
write_string ( String s, String e ) : void
write_tuple_head ( int arity ) : void
write_uint ( int ui ) : void
write_ulong ( long ul ) : void
write_ushort ( short us ) : void

Private Methods

Method Description
count ( ) : int
getOtpInputStream ( int offset ) : OtpInputStream
is8bitString ( String s ) : bool

Method Details

OtpOutputStream() public method

public OtpOutputStream ( ) : System
return System

OtpOutputStream() public method

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

OtpOutputStream() public method

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

WriteTo() public method

public WriteTo ( Stream stream ) : void
stream Stream
return void

getPos() public method

public getPos ( ) : int
return int

length() public method

public length ( ) : int
return int

poke4BE() public method

public poke4BE ( int offset, long n ) : void
offset int
n long
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

write8BE() public method

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

write8LE() public method

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

writeLE() public method

public writeLE ( long n, int b ) : void
n long
b int
return void

writeN() public method

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

write_any() public method

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

write_atom() public method

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

write_big_integer() public method

public write_big_integer ( BigInteger v ) : void
v BigInteger
return void

write_binary() public method

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

write_bitstr() public method

public write_bitstr ( byte bin, int pad_bits ) : void
bin byte
pad_bits int
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_compressed() public method

public write_compressed ( OtpErlangObject o ) : void
o OtpErlangObject
return void

write_double() public method

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

write_external_fun() public method

public write_external_fun ( String module, String function, int arity ) : void
module String
function String
arity int
return void

write_float() public method

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

write_fun() public method

public write_fun ( OtpErlangPid pid, String module, long old_index, int arity, byte md5, long index, long uniq, OtpErlangObject freeVars ) : void
pid OtpErlangPid
module String
old_index long
arity int
md5 byte
index long
uniq long
freeVars OtpErlangObject
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_long() public method

public write_long ( long v, bool unsigned ) : void
v long
unsigned bool
return void

write_nil() public method

public write_nil ( ) : void
return void

write_pid() public method

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

write_port() public method

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

write_ref() public method

public write_ref ( String node, int id, int creation ) : void
node String
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 ( String s ) : void
s String
return void

write_string() public method

public write_string ( String s, Encoding e ) : void
s String
e System.Text.Encoding
return void

write_string() public method

public write_string ( String s, String e ) : void
s String
e String
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 ( int ui ) : void
ui int
return void

write_ulong() public method

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

write_ushort() public method

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