Uint8List getArrayBuffer( int size ) { var value = this.dv.sublist( this.offset, this.offset + size ); this.offset += size; return value; }