C# Class Erlang.NET.OtpErlangBitstr

Inheritance: OtpErlangObject
Mostrar archivo Open project: takayuki/Erlang.NET Class Usage Examples

Protected Properties

Property Type Description
bin byte[]
pad_bits int

Public Methods

Method Description
Clone ( ) : Object
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangBitstr ( Object o ) : System
OtpErlangBitstr ( OtpInputStream buf ) : System
OtpErlangBitstr ( byte bin ) : System
OtpErlangBitstr ( byte bin, int pad_bits ) : System
ToString ( ) : String
binaryValue ( ) : byte[]
encode ( OtpOutputStream buf ) : void
getObject ( ) : Object
size ( ) : int

Protected Methods

Method Description
doHashCode ( ) : int

Private Methods

Method Description
check_bitstr ( byte bin, int pad_bits ) : void
fromByteArray ( byte buf ) : Object
toByteArray ( Object o ) : byte[]

Method Details

Clone() public method

public Clone ( ) : Object
return Object

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangBitstr() public method

public OtpErlangBitstr ( Object o ) : System
o Object
return System

OtpErlangBitstr() public method

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

OtpErlangBitstr() public method

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

OtpErlangBitstr() public method

public OtpErlangBitstr ( byte bin, int pad_bits ) : System
bin byte
pad_bits int
return System

ToString() public method

public ToString ( ) : String
return String

binaryValue() public method

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

doHashCode() protected method

protected doHashCode ( ) : int
return int

encode() public method

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

getObject() public method

public getObject ( ) : Object
return Object

size() public method

public size ( ) : int
return int

Property Details

bin protected_oe property

protected byte[] bin
return byte[]

pad_bits protected_oe property

protected int pad_bits
return int