C# Class Otp.Erlang.Long

Inheritance: Erlang.Object
Mostrar archivo Open project: saleyn/otp.net

Public Methods

Method Description
Equals ( System o ) : bool
GetHashCode ( ) : int
Long ( OtpInputStream buf ) : System
Long ( long l ) : System
ToString ( ) : System.String
byteValue ( ) : sbyte
charValue ( ) : char
encode ( OtpOutputStream buf ) : void
intValue ( ) : int
longValue ( ) : long
shortValue ( ) : short
uIntValue ( ) : int
uShortValue ( ) : short

Method Details

Equals() public method

public Equals ( System o ) : bool
o System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Long() public method

public Long ( OtpInputStream buf ) : System
buf OtpInputStream
return System

Long() public method

public Long ( long l ) : System
l long
return System

ToString() public method

public ToString ( ) : System.String
return System.String

byteValue() public method

public byteValue ( ) : sbyte
return sbyte

charValue() public method

public charValue ( ) : char
return char

encode() public method

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
return void

intValue() public method

public intValue ( ) : int
return int

longValue() public method

public longValue ( ) : long
return long

shortValue() public method

public shortValue ( ) : short
return short

uIntValue() public method

public uIntValue ( ) : int
return int

uShortValue() public method

public uShortValue ( ) : short
return short