C# 클래스 Otp.Erlang.Long

상속: Erlang.Object
파일 보기 프로젝트 열기: saleyn/otp.net

공개 메소드들

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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Long() 공개 메소드

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

Long() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

byteValue() 공개 메소드

public byteValue ( ) : sbyte
리턴 sbyte

charValue() 공개 메소드

public charValue ( ) : char
리턴 char

encode() 공개 메소드

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

intValue() 공개 메소드

public intValue ( ) : int
리턴 int

longValue() 공개 메소드

public longValue ( ) : long
리턴 long

shortValue() 공개 메소드

public shortValue ( ) : short
리턴 short

uIntValue() 공개 메소드

public uIntValue ( ) : int
리턴 int

uShortValue() 공개 메소드

public uShortValue ( ) : short
리턴 short