Méthode | Description | |
---|---|---|
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 ( ) : |
||
read_port ( ) : |
||
read_ref ( ) : |
||
read_short ( ) : short | ||
read_string ( ) : System.String | ||
read_tuple_head ( ) : int | ||
read_uint ( ) : int | ||
read_ulong ( ) : ulong | ||
read_ushort ( ) : short |
Méthode | Description | |
---|---|---|
getFloatOrDouble ( ) : double | ||
read_long ( bool signed ) : long |
public OtpInputStream ( byte buf ) : System | ||
buf | byte | |
Résultat | System |
public OtpInputStream ( byte buf, int offset, int length ) : System | ||
buf | byte | |
offset | int | |
length | int | |
Résultat | System |