C# Class Erlang.NET.OtpErlangString

Inheritance: OtpErlangObject
Afficher le fichier Open project: takayuki/Erlang.NET Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangString ( Erlang.NET.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

Méthodes protégées

Méthode Description
doHashCode ( ) : int

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

OtpErlangString() public méthode

public OtpErlangString ( Erlang.NET.OtpErlangList list ) : System
list Erlang.NET.OtpErlangList
Résultat System

OtpErlangString() public méthode

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

OtpErlangString() public méthode

public OtpErlangString ( String str ) : System
str String
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

codePointAt() public static méthode

public static codePointAt ( String s, int index ) : char
s String
index int
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

isValidCodePoint() public static méthode

public static isValidCodePoint ( int cp ) : bool
cp int
Résultat bool

newString() public static méthode

public static newString ( byte bytes ) : String
bytes byte
Résultat String

stringToCodePoints() public static méthode

public static stringToCodePoints ( String s ) : int[]
s String
Résultat int[]

stringValue() public méthode

public stringValue ( ) : String
Résultat String