C# 클래스 Otp.Erlang.Binary

상속: Erlang.Object
파일 보기 프로젝트 열기: saleyn/otp.net

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
fromByteArray ( byte buf ) : Object
toByteArray ( System o ) : byte[]

메소드 상세

Binary() 공개 메소드

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

Binary() 공개 메소드

public Binary ( System o ) : System
o System
리턴 System

Binary() 공개 메소드

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

Equals() 공개 메소드

public Equals ( System o ) : bool
o System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToBinaryString() 공개 메소드

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

ToBinaryString() 정적인 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

binaryValue() 공개 메소드

public binaryValue ( ) : byte[]
리턴 byte[]

clone() 공개 메소드

public clone ( ) : Object
리턴 System.Object

encode() 공개 메소드

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

getObject() 공개 메소드

public getObject ( ) : Object
리턴 System.Object

size() 공개 메소드

public size ( ) : int
리턴 int