C# Class Otp.Erlang.Binary

Inheritance: Erlang.Object
Mostrar archivo Open project: saleyn/otp.net

Public Methods

Method 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

Method Description
fromByteArray ( byte buf ) : Object
toByteArray ( System o ) : byte[]

Method Details

Binary() public method

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

Binary() public method

public Binary ( System o ) : System
o System
return System

Binary() public method

public Binary ( byte bin ) : System
bin byte
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToBinaryString() public method

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

ToBinaryString() static public method

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

ToString() public method

public ToString ( ) : System.String
return System.String

binaryValue() public method

public binaryValue ( ) : byte[]
return byte[]

clone() public method

public clone ( ) : Object
return System.Object

encode() public method

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

getObject() public method

public getObject ( ) : Object
return System.Object

size() public method

public size ( ) : int
return int