C# Class K2Informatics.Erlnet.OtpErlangString

Inheritance: OtpErlangObject
Mostrar archivo Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
doHashCode ( ) : int

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangString() public method

public OtpErlangString ( OtpErlangList list ) : System
list OtpErlangList
return System

OtpErlangString() public method

public OtpErlangString ( OtpInputStream buf ) : System
buf OtpInputStream
return System

OtpErlangString() public method

public OtpErlangString ( String str ) : System
str String
return System

ToString() public method

public ToString ( ) : String
return String

codePointAt() public static method

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

doHashCode() protected method

protected doHashCode ( ) : int
return int

encode() public method

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
return void

isValidCodePoint() public static method

public static isValidCodePoint ( int cp ) : bool
cp int
return bool

newString() public static method

public static newString ( byte bytes ) : String
bytes byte
return String

stringToCodePoints() public static method

public static stringToCodePoints ( String s ) : int[]
s String
return int[]

stringValue() public method

public stringValue ( ) : String
return String