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