C# 클래스 NetMQ.Blob

파일 보기 프로젝트 열기: NetMQ/NetMQ3-x

Private Properties

프로퍼티 타입 설명
GetHashCode int
Put Blob
Put Blob

공개 메소드들

메소드 설명
Blob ( [ data, int size ) : System

Create a new Blob object containing the given data, and with a data-buffer of the given size.

Blob ( int size ) : System

Create a new Blob object with a data-buffer of the given size.

Equals ( [ t ) : bool

Return true if this Blob is equal to the given object.

비공개 메소드들

메소드 설명
GetHashCode ( ) : int
Put ( int pos, [ data, int count ) : Blob
Put ( int pos, byte b ) : Blob

메소드 상세

Blob() 공개 메소드

Create a new Blob object containing the given data, and with a data-buffer of the given size.
public Blob ( [ data, int size ) : System
data [ the byte-array of data for this Blob to contain
size int the length in bytes to allocate to the data buffer
리턴 System

Blob() 공개 메소드

Create a new Blob object with a data-buffer of the given size.
public Blob ( int size ) : System
size int the length in bytes to allocate to the data buffer
리턴 System

Equals() 공개 메소드

Return true if this Blob is equal to the given object.
public Equals ( [ t ) : bool
t [ the other object to compare against
리턴 bool