C# 클래스 K2Informatics.Erlnet.OtpErlangLong

상속: OtpErlangObject
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
doHashCode ( ) : int

비공개 메소드들

메소드 설명
BigIntegerIsNull ( BigInteger val ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangLong() 공개 메소드

public OtpErlangLong ( BigInteger v ) : System
v BigInteger
리턴 System

OtpErlangLong() 공개 메소드

public OtpErlangLong ( OtpInputStream buf ) : System
buf OtpInputStream
리턴 System

OtpErlangLong() 공개 메소드

public OtpErlangLong ( long l ) : System
l long
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

bigIntegerValue() 공개 메소드

public bigIntegerValue ( ) : BigInteger
리턴 BigInteger

bitLength() 공개 메소드

public bitLength ( ) : int
리턴 int

byteValue() 공개 메소드

public byteValue ( ) : byte
리턴 byte

charValue() 공개 메소드

public charValue ( ) : char
리턴 char

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 메소드

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
리턴 void

intValue() 공개 메소드

public intValue ( ) : int
리턴 int

isLong() 공개 메소드

public isLong ( ) : bool
리턴 bool

isULong() 공개 메소드

public isULong ( ) : bool
리턴 bool

longValue() 공개 메소드

public longValue ( ) : long
리턴 long

shortValue() 공개 메소드

public shortValue ( ) : short
리턴 short

signum() 공개 메소드

public signum ( ) : int
리턴 int

uIntValue() 공개 메소드

public uIntValue ( ) : int
리턴 int

uShortValue() 공개 메소드

public uShortValue ( ) : short
리턴 short