BinaryCarrier class

The binary Carrier format is an opaque byte array (Convenience class to use as a binary carrier.)

Any valid Object with a field named buffer may be used as a BinaryCarrier. This class is only one such type of object that can be used.

Constructors

BinaryCarrier(ByteBuffer buffer)
Returns a BinaryCarrier with the supplied buffer.

Properties

buffer ByteBuffer
Buffer containing a sequence of bytes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited