DataInput.fromUint8List constructor
DataInput.fromUint8List(
- Uint8List data
Implementation
DataInput.fromUint8List(this.data) {
this.view = ByteData.view(data.buffer);
_fileLength = data.lengthInBytes;
}