C# Class K2Informatics.Erlnet.OtpErlangLong

Inheritance: OtpErlangObject
ファイルを表示 Open project: K2InformaticsGmbH/erlnet

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangLong ( BigInteger v ) : System
OtpErlangLong ( OtpInputStream buf ) : System
OtpErlangLong ( long l ) : System
ToString ( ) : String
bigIntegerValue ( ) : BigInteger
bitLength ( ) : int
byteValue ( ) : byte
charValue ( ) : char
encode ( OtpOutputStream buf ) : void
intValue ( ) : int
isLong ( ) : bool
isULong ( ) : bool
longValue ( ) : long
shortValue ( ) : short
signum ( ) : int
uIntValue ( ) : int
uShortValue ( ) : short

Protected Methods

Method Description
doHashCode ( ) : int

Private Methods

Method Description
BigIntegerIsNull ( BigInteger val ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangLong() public method

public OtpErlangLong ( BigInteger v ) : System
v BigInteger
return System

OtpErlangLong() public method

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

OtpErlangLong() public method

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

ToString() public method

public ToString ( ) : String
return String

bigIntegerValue() public method

public bigIntegerValue ( ) : BigInteger
return BigInteger

bitLength() public method

public bitLength ( ) : int
return int

byteValue() public method

public byteValue ( ) : byte
return byte

charValue() public method

public charValue ( ) : char
return char

doHashCode() protected method

protected doHashCode ( ) : int
return int

encode() public method

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

intValue() public method

public intValue ( ) : int
return int

isLong() public method

public isLong ( ) : bool
return bool

isULong() public method

public isULong ( ) : bool
return bool

longValue() public method

public longValue ( ) : long
return long

shortValue() public method

public shortValue ( ) : short
return short

signum() public method

public signum ( ) : int
return int

uIntValue() public method

public uIntValue ( ) : int
return int

uShortValue() public method

public uShortValue ( ) : short
return short