menu
nosql_persistence package
documentation
nosql_persistence.dart
BinaryReader
viewBytes abstract method
viewBytes abstract method
dark_mode
light_mode
viewBytes
abstract method
Uint8List
viewBytes
(
int
bytes
)
Get a
Uint8List
view which contains the next
bytes
bytes.
Implementation
Uint8List viewBytes(int bytes);
nosql_persistence package
documentation
nosql_persistence
BinaryReader
viewBytes abstract method
BinaryReader class