Readbuffer constructor

Readbuffer(
  1. Uint8List _bufferData,
  2. int? _offset
)

Default constructor to open a buffer for reading a mapfile

Implementation

Readbuffer(this._bufferData, this._offset) : _bufferPosition = 0;