C# 클래스 K2Informatics.Erlnet.OtpErlangBinary

상속: OtpErlangBitstr
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet

공개 메소드들

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

메소드 상세

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

encode() 공개 메소드

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

stringValue() 공개 메소드

public stringValue ( ) : String
리턴 String