C# 클래스 Otp.OtpInputStream

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

공개 메소드들

메소드 설명
OtpInputStream ( byte buf ) : System
OtpInputStream ( byte buf, int offset, int length ) : System
peek ( ) : int
read1 ( ) : int
read2BE ( ) : int
read2LE ( ) : int
read4BE ( ) : int
read4BE ( byte b ) : int
read4LE ( ) : int
read8BE ( ) : System.UInt64
readN ( byte buf ) : int
read_any ( ) : Otp.Erlang.Object
read_atom ( ) : string
read_binary ( ) : byte[]
read_boolean ( ) : bool
read_byte ( ) : byte
read_char ( ) : char
read_double ( ) : double
read_float ( ) : float
read_int ( ) : int
read_list_head ( ) : int
read_long ( ) : long
read_nil ( ) : int
read_pid ( ) : Pid
read_port ( ) : Port
read_ref ( ) : Ref
read_short ( ) : short
read_string ( ) : System.String
read_tuple_head ( ) : int
read_uint ( ) : int
read_ulong ( ) : ulong
read_ushort ( ) : short

비공개 메소드들

메소드 설명
getFloatOrDouble ( ) : double
read_long ( bool signed ) : long

메소드 상세

OtpInputStream() 공개 메소드

public OtpInputStream ( byte buf ) : System
buf byte
리턴 System

OtpInputStream() 공개 메소드

public OtpInputStream ( byte buf, int offset, int length ) : System
buf byte
offset int
length int
리턴 System

peek() 공개 메소드

public peek ( ) : int
리턴 int

read1() 공개 메소드

public read1 ( ) : int
리턴 int

read2BE() 공개 메소드

public read2BE ( ) : int
리턴 int

read2LE() 공개 메소드

public read2LE ( ) : int
리턴 int

read4BE() 공개 메소드

public read4BE ( ) : int
리턴 int

read4BE() 공개 정적인 메소드

public static read4BE ( byte b ) : int
b byte
리턴 int

read4LE() 공개 메소드

public read4LE ( ) : int
리턴 int

read8BE() 공개 메소드

public read8BE ( ) : System.UInt64
리턴 System.UInt64

readN() 공개 메소드

public readN ( byte buf ) : int
buf byte
리턴 int

read_any() 공개 메소드

public read_any ( ) : Otp.Erlang.Object
리턴 Otp.Erlang.Object

read_atom() 공개 메소드

public read_atom ( ) : string
리턴 string

read_binary() 공개 메소드

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

read_boolean() 공개 메소드

public read_boolean ( ) : bool
리턴 bool

read_byte() 공개 메소드

public read_byte ( ) : byte
리턴 byte

read_char() 공개 메소드

public read_char ( ) : char
리턴 char

read_double() 공개 메소드

public read_double ( ) : double
리턴 double

read_float() 공개 메소드

public read_float ( ) : float
리턴 float

read_int() 공개 메소드

public read_int ( ) : int
리턴 int

read_list_head() 공개 메소드

public read_list_head ( ) : int
리턴 int

read_long() 공개 메소드

public read_long ( ) : long
리턴 long

read_nil() 공개 메소드

public read_nil ( ) : int
리턴 int

read_pid() 공개 메소드

public read_pid ( ) : Pid
리턴 Otp.Erlang.Pid

read_port() 공개 메소드

public read_port ( ) : Port
리턴 Otp.Erlang.Port

read_ref() 공개 메소드

public read_ref ( ) : Ref
리턴 Otp.Erlang.Ref

read_short() 공개 메소드

public read_short ( ) : short
리턴 short

read_string() 공개 메소드

public read_string ( ) : System.String
리턴 System.String

read_tuple_head() 공개 메소드

public read_tuple_head ( ) : int
리턴 int

read_uint() 공개 메소드

public read_uint ( ) : int
리턴 int

read_ulong() 공개 메소드

public read_ulong ( ) : ulong
리턴 ulong

read_ushort() 공개 메소드

public read_ushort ( ) : short
리턴 short