Constructors

ImqBinary( );

The default constructor.

ImqBinary( const ImqBinary & binary );

The copy constructor.

ImqBinary( const void * data, const size_t length );

Copies length bytes from data.