DataOutput constructor

DataOutput()

Implementation

DataOutput() {
  _view = ByteData.view(_buffer.buffer);
}