C# Класс NetMQ.Blob

Показать файл Открыть проект

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