C# Class K2Informatics.Erlnet.OtpErlangLong

Inheritance: OtpErlangObject
Afficher le fichier Open project: K2InformaticsGmbH/erlnet

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
doHashCode ( ) : int

Private Methods

Méthode Description
BigIntegerIsNull ( BigInteger val ) : bool

Method Details

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OtpErlangLong() public méthode

public OtpErlangLong ( BigInteger v ) : System
v BigInteger
Résultat System

OtpErlangLong() public méthode

public OtpErlangLong ( OtpInputStream buf ) : System
buf OtpInputStream
Résultat System

OtpErlangLong() public méthode

public OtpErlangLong ( long l ) : System
l long
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

bigIntegerValue() public méthode

public bigIntegerValue ( ) : BigInteger
Résultat BigInteger

bitLength() public méthode

public bitLength ( ) : int
Résultat int

byteValue() public méthode

public byteValue ( ) : byte
Résultat byte

charValue() public méthode

public charValue ( ) : char
Résultat char

doHashCode() protected méthode

protected doHashCode ( ) : int
Résultat int

encode() public méthode

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
Résultat void

intValue() public méthode

public intValue ( ) : int
Résultat int

isLong() public méthode

public isLong ( ) : bool
Résultat bool

isULong() public méthode

public isULong ( ) : bool
Résultat bool

longValue() public méthode

public longValue ( ) : long
Résultat long

shortValue() public méthode

public shortValue ( ) : short
Résultat short

signum() public méthode

public signum ( ) : int
Résultat int

uIntValue() public méthode

public uIntValue ( ) : int
Résultat int

uShortValue() public méthode

public uShortValue ( ) : short
Résultat short