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 |
|
|