C# 클래스 Erlang.NET.OtpErlangBinary

상속: OtpErlangBitstr
파일 보기 프로젝트 열기: takayuki/Erlang.NET 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Object
OtpErlangBinary ( Object o ) : System
OtpErlangBinary ( OtpInputStream buf ) : System
OtpErlangBinary ( byte bin ) : System
encode ( OtpOutputStream buf ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

OtpErlangBinary() 공개 메소드

public OtpErlangBinary ( Object o ) : System
o Object
리턴 System

OtpErlangBinary() 공개 메소드

public OtpErlangBinary ( OtpInputStream buf ) : System
buf OtpInputStream
리턴 System

OtpErlangBinary() 공개 메소드

public OtpErlangBinary ( byte bin ) : System
bin byte
리턴 System

encode() 공개 메소드

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
리턴 void