C# Class K2Informatics.Erlnet.OtpOutputStream

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

Méthodes publiques

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

Méthode Description
count ( ) : int
getOtpInputStream ( int offset ) : OtpInputStream
is8bitString ( String s ) : bool

Method Details

OtpOutputStream() public méthode

public OtpOutputStream ( ) : System
Résultat System

OtpOutputStream() public méthode

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

OtpOutputStream() public méthode

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

WriteTo() public méthode

public WriteTo ( Stream stream ) : void
stream Stream
Résultat void

getPos() public méthode

public getPos ( ) : int
Résultat int

length() public méthode

public length ( ) : int
Résultat int

poke4BE() public méthode

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

write8BE() public méthode

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

write8LE() public méthode

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

writeLE() public méthode

public writeLE ( long n, int b ) : void
n long
b int
Résultat void

writeN() public méthode

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

write_any() public méthode

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

write_atom() public méthode

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

write_big_integer() public méthode

public write_big_integer ( BigInteger v ) : void
v BigInteger
Résultat void

write_binary() public méthode

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

write_bitstr() public méthode

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

public write_compressed ( OtpErlangObject o ) : void
o OtpErlangObject
Résultat void

write_double() public méthode

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

write_external_fun() public méthode

public write_external_fun ( String module, String function, int arity ) : void
module String
function String
arity int
Résultat void

write_float() public méthode

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

write_fun() public méthode

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
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_long() public méthode

public write_long ( long v, bool unsigned ) : void
v long
unsigned bool
Résultat void

write_nil() public méthode

public write_nil ( ) : void
Résultat void

write_pid() public méthode

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

write_port() public méthode

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

write_ref() public méthode

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

write_string() public méthode

public write_string ( String s, Encoding e ) : void
s String
e System.Text.Encoding
Résultat void

write_string() public méthode

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

write_ulong() public méthode

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

write_ushort() public méthode

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