C# 클래스 Otp.OtpOutputStream

파일 보기 프로젝트 열기: saleyn/otp.net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
encodeObject ( Erlang o, bool writeVersion ) : void
getOtpInputStream ( int offset ) : OtpInputStream
write_long ( long l, bool isNegative ) : void

메소드 상세

OtpOutputStream() 공개 메소드

public OtpOutputStream ( ) : System
리턴 System

OtpOutputStream() 공개 메소드

public OtpOutputStream ( Erlang o ) : System
o Erlang
리턴 System

OtpOutputStream() 공개 메소드

public OtpOutputStream ( Erlang o, bool writeVersion ) : System
o Erlang
writeVersion bool
리턴 System

OtpOutputStream() 공개 메소드

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

OtpOutputStream() 공개 메소드

public OtpOutputStream ( int size ) : System
size int
리턴 System

ToBinary() 공개 메소드

public ToBinary ( ) : Binary
리턴 Otp.Erlang.Binary

count() 공개 메소드

public count ( ) : int
리턴 int

encode_size() 공개 메소드

public encode_size ( Erlang o ) : int
o Erlang
리턴 int

getBuffer() 공개 메소드

public getBuffer ( ) : byte[]
리턴 byte[]

getPos() 공개 메소드

public getPos ( ) : int
리턴 int

long_arity() 정적인 공개 메소드

static public long_arity ( long l ) : int
l long
리턴 int

poke4BE() 공개 메소드

public poke4BE ( int offset, int n ) : void
offset int
n int
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

size() 공개 메소드

public size ( ) : int
리턴 int

write() 공개 메소드

public write ( byte b ) : void
b byte
리턴 void

write1() 공개 메소드

public write1 ( long n ) : void
n long
리턴 void

write2BE() 공개 메소드

public write2BE ( long n ) : void
n long
리턴 void

write2LE() 공개 메소드

public write2LE ( long n ) : void
n long
리턴 void

write4BE() 공개 메소드

public write4BE ( long n ) : void
n long
리턴 void

write4LE() 공개 메소드

public write4LE ( long n ) : void
n long
리턴 void

writeN() 공개 메소드

public writeN ( byte bytes ) : void
bytes byte
리턴 void

writeTo() 공개 메소드

public writeTo ( System os ) : void
os System
리턴 void

write_any() 공개 메소드

public write_any ( Erlang o ) : void
o Erlang
리턴 void

write_atom() 공개 메소드

public write_atom ( System atom ) : void
atom System
리턴 void

write_binary() 공개 메소드

public write_binary ( byte bin ) : void
bin byte
리턴 void

write_boolean() 공개 메소드

public write_boolean ( bool b ) : void
b bool
리턴 void

write_byte() 공개 메소드

public write_byte ( byte b ) : void
b byte
리턴 void

write_char() 공개 메소드

public write_char ( char c ) : void
c char
리턴 void

write_double() 공개 메소드

public write_double ( double d ) : void
d double
리턴 void

write_float() 공개 메소드

public write_float ( float f ) : void
f float
리턴 void

write_int() 공개 메소드

public write_int ( int i ) : void
i int
리턴 void

write_list_head() 공개 메소드

public write_list_head ( int arity ) : void
arity int
리턴 void

write_long() 공개 메소드

public write_long ( long l ) : void
l long
리턴 void

write_nil() 공개 메소드

public write_nil ( ) : void
리턴 void

write_pid() 공개 메소드

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

write_port() 공개 메소드

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

write_ref() 공개 메소드

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

write_short() 공개 메소드

public write_short ( short s ) : void
s short
리턴 void

write_string() 공개 메소드

public write_string ( System s ) : void
s System
리턴 void

write_tuple_head() 공개 메소드

public write_tuple_head ( int arity ) : void
arity int
리턴 void

write_uint() 공개 메소드

public write_uint ( uint ui ) : void
ui uint
리턴 void

write_ulong() 공개 메소드

public write_ulong ( ulong ul ) : void
ul ulong
리턴 void

write_ushort() 공개 메소드

public write_ushort ( ushort us ) : void
us ushort
리턴 void