BinaryData constructor

BinaryData(
  1. ByteData bytes
)

Implementation

BinaryData(ByteData bytes) {
  this.bytes = bytes;
}