C# 클래스 K2Informatics.Erlnet.OtpInputStream

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

공개 메소드들

메소드 설명
Mark ( int readlimit ) : void
OtpInputStream ( ) : System
OtpInputStream ( byte buf ) : System
OtpInputStream ( byte buf, int flags ) : System
OtpInputStream ( byte buf, int offset, int length, int flags ) : System
Reset ( ) : void
byte_array_to_long ( byte b, bool unsigned ) : long
getPos ( ) : int
peek ( ) : int
peek1 ( ) : int
peek1skip_version ( ) : int
read1 ( ) : int
read1skip_version ( ) : int
read2BE ( ) : int
read2LE ( ) : int
read4BE ( ) : int
read4LE ( ) : int
readBE ( int n ) : long
readLE ( int n ) : long
readN ( byte buf ) : int
readN ( byte buf, int off, int len ) : int
read_any ( ) : OtpErlangObject
read_atom ( ) : String
read_binary ( ) : byte[]
read_bitstr ( int &pad_bits ) : byte[]
read_boolean ( ) : bool
read_byte ( ) : byte
read_char ( ) : char
read_compressed ( ) : OtpErlangObject
read_double ( ) : double
read_external_fun ( ) : OtpErlangExternalFun
read_float ( ) : float
read_fun ( ) : OtpErlangFun
read_int ( ) : int
read_integer_byte_array ( ) : byte[]
read_list_head ( ) : int
read_long ( ) : long
read_long ( bool unsigned ) : long
read_nil ( ) : int
read_pid ( ) : OtpErlangPid
read_port ( ) : OtpErlangPort
read_ref ( ) : OtpErlangRef
read_short ( ) : short
read_string ( ) : String
read_tuple_head ( ) : int
read_uint ( ) : int
read_ulong ( ) : long
read_ushort ( ) : short
setPos ( int pos ) : int

메소드 상세

Mark() 공개 메소드

public Mark ( int readlimit ) : void
readlimit int
리턴 void

OtpInputStream() 공개 메소드

public OtpInputStream ( ) : System
리턴 System

OtpInputStream() 공개 메소드

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

OtpInputStream() 공개 메소드

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

OtpInputStream() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

byte_array_to_long() 공개 정적인 메소드

public static byte_array_to_long ( byte b, bool unsigned ) : long
b byte
unsigned bool
리턴 long

getPos() 공개 메소드

public getPos ( ) : int
리턴 int

peek() 공개 메소드

public peek ( ) : int
리턴 int

peek1() 공개 메소드

public peek1 ( ) : int
리턴 int

peek1skip_version() 공개 메소드

public peek1skip_version ( ) : int
리턴 int

read1() 공개 메소드

public read1 ( ) : int
리턴 int

read1skip_version() 공개 메소드

public read1skip_version ( ) : int
리턴 int

read2BE() 공개 메소드

public read2BE ( ) : int
리턴 int

read2LE() 공개 메소드

public read2LE ( ) : int
리턴 int

read4BE() 공개 메소드

public read4BE ( ) : int
리턴 int

read4LE() 공개 메소드

public read4LE ( ) : int
리턴 int

readBE() 공개 메소드

public readBE ( int n ) : long
n int
리턴 long

readLE() 공개 메소드

public readLE ( int n ) : long
n int
리턴 long

readN() 공개 메소드

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

readN() 공개 메소드

public readN ( byte buf, int off, int len ) : int
buf byte
off int
len int
리턴 int

read_any() 공개 메소드

public read_any ( ) : OtpErlangObject
리턴 OtpErlangObject

read_atom() 공개 메소드

public read_atom ( ) : String
리턴 String

read_binary() 공개 메소드

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

read_bitstr() 공개 메소드

public read_bitstr ( int &pad_bits ) : byte[]
pad_bits int
리턴 byte[]

read_boolean() 공개 메소드

public read_boolean ( ) : bool
리턴 bool

read_byte() 공개 메소드

public read_byte ( ) : byte
리턴 byte

read_char() 공개 메소드

public read_char ( ) : char
리턴 char

read_compressed() 공개 메소드

public read_compressed ( ) : OtpErlangObject
리턴 OtpErlangObject

read_double() 공개 메소드

public read_double ( ) : double
리턴 double

read_external_fun() 공개 메소드

public read_external_fun ( ) : OtpErlangExternalFun
리턴 OtpErlangExternalFun

read_float() 공개 메소드

public read_float ( ) : float
리턴 float

read_fun() 공개 메소드

public read_fun ( ) : OtpErlangFun
리턴 OtpErlangFun

read_int() 공개 메소드

public read_int ( ) : int
리턴 int

read_integer_byte_array() 공개 메소드

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

read_list_head() 공개 메소드

public read_list_head ( ) : int
리턴 int

read_long() 공개 메소드

public read_long ( ) : long
리턴 long

read_long() 공개 메소드

public read_long ( bool unsigned ) : long
unsigned bool
리턴 long

read_nil() 공개 메소드

public read_nil ( ) : int
리턴 int

read_pid() 공개 메소드

public read_pid ( ) : OtpErlangPid
리턴 OtpErlangPid

read_port() 공개 메소드

public read_port ( ) : OtpErlangPort
리턴 OtpErlangPort

read_ref() 공개 메소드

public read_ref ( ) : OtpErlangRef
리턴 OtpErlangRef

read_short() 공개 메소드

public read_short ( ) : short
리턴 short

read_string() 공개 메소드

public read_string ( ) : String
리턴 String

read_tuple_head() 공개 메소드

public read_tuple_head ( ) : int
리턴 int

read_uint() 공개 메소드

public read_uint ( ) : int
리턴 int

read_ulong() 공개 메소드

public read_ulong ( ) : long
리턴 long

read_ushort() 공개 메소드

public read_ushort ( ) : short
리턴 short

setPos() 공개 메소드

public setPos ( int pos ) : int
pos int
리턴 int