C# Class Erlang.NET.OtpErlangBinary

Inheritance: OtpErlangBitstr
Show file Open project: takayuki/Erlang.NET Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object
OtpErlangBinary ( Object o ) : System
OtpErlangBinary ( OtpInputStream buf ) : System
OtpErlangBinary ( byte bin ) : System
encode ( OtpOutputStream buf ) : void

Method Details

Clone() public method

public Clone ( ) : Object
return Object

OtpErlangBinary() public method

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

OtpErlangBinary() public method

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

OtpErlangBinary() public method

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

encode() public method

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