C# Class Otp.Erlang.Binary

Inheritance: Erlang.Object
Afficher le fichier Open project: saleyn/otp.net

Méthodes publiques

Méthode Description
Binary ( OtpInputStream buf ) : System
Binary ( System o ) : System
Binary ( byte bin ) : System
Equals ( System o ) : bool
GetHashCode ( ) : int
ToBinaryString ( ) : string

Returns binary representation of the string encoded as <<...>>

ToBinaryString ( byte buf, int start, int count ) : string

Returns binary representation of the string encoded as <<...>>

ToString ( ) : System.String
binaryValue ( ) : byte[]
clone ( ) : Object
encode ( OtpOutputStream buf ) : void
getObject ( ) : Object
size ( ) : int

Private Methods

Méthode Description
fromByteArray ( byte buf ) : Object
toByteArray ( System o ) : byte[]

Method Details

Binary() public méthode

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

Binary() public méthode

public Binary ( System o ) : System
o System
Résultat System

Binary() public méthode

public Binary ( byte bin ) : System
bin byte
Résultat System

Equals() public méthode

public Equals ( System o ) : bool
o System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToBinaryString() public méthode

Returns binary representation of the string encoded as <<...>>
public ToBinaryString ( ) : string
Résultat string

ToBinaryString() static public méthode

Returns binary representation of the string encoded as <<...>>
static public ToBinaryString ( byte buf, int start, int count ) : string
buf byte
start int
count int
Résultat string

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

binaryValue() public méthode

public binaryValue ( ) : byte[]
Résultat byte[]

clone() public méthode

public clone ( ) : Object
Résultat System.Object

encode() public méthode

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
Résultat void

getObject() public méthode

public getObject ( ) : Object
Résultat System.Object

size() public méthode

public size ( ) : int
Résultat int