C# 클래스 K2Informatics.Erlnet.OtpErlangString

상속: OtpErlangObject
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangString ( OtpErlangList list ) : System
OtpErlangString ( OtpInputStream buf ) : System
OtpErlangString ( String str ) : System
ToString ( ) : String
codePointAt ( String s, int index ) : char
encode ( OtpOutputStream buf ) : void
isValidCodePoint ( int cp ) : bool
newString ( byte bytes ) : String
stringToCodePoints ( String s ) : int[]
stringValue ( ) : String

보호된 메소드들

메소드 설명
doHashCode ( ) : int

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangString() 공개 메소드

public OtpErlangString ( OtpErlangList list ) : System
list OtpErlangList
리턴 System

OtpErlangString() 공개 메소드

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

OtpErlangString() 공개 메소드

public OtpErlangString ( String str ) : System
str String
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

codePointAt() 공개 정적인 메소드

public static codePointAt ( String s, int index ) : char
s String
index int
리턴 char

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

encode() 공개 메소드

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

isValidCodePoint() 공개 정적인 메소드

public static isValidCodePoint ( int cp ) : bool
cp int
리턴 bool

newString() 공개 정적인 메소드

public static newString ( byte bytes ) : String
bytes byte
리턴 String

stringToCodePoints() 공개 정적인 메소드

public static stringToCodePoints ( String s ) : int[]
s String
리턴 int[]

stringValue() 공개 메소드

public stringValue ( ) : String
리턴 String