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