C# Class Otp.Erlang.Long

Inheritance: Erlang.Object
Afficher le fichier Open project: saleyn/otp.net

Méthodes publiques

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

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Long() public méthode

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

Long() public méthode

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

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

byteValue() public méthode

public byteValue ( ) : sbyte
Résultat sbyte

charValue() public méthode

public charValue ( ) : char
Résultat char

encode() public méthode

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

intValue() public méthode

public intValue ( ) : int
Résultat int

longValue() public méthode

public longValue ( ) : long
Résultat long

shortValue() public méthode

public shortValue ( ) : short
Résultat short

uIntValue() public méthode

public uIntValue ( ) : int
Résultat int

uShortValue() public méthode

public uShortValue ( ) : short
Résultat short