menu
random_access_source package
documentation
random_access_source.dart
RandomAccessSource
read abstract method
read abstract method
dark_mode
light_mode
read
abstract method
Future
<
Uint8List
>
read
(
int
length
)
Reads an array of bytes from the source.
Implementation
Future<Uint8List> read(int length);
random_access_source package
documentation
random_access_source
RandomAccessSource
read abstract method
RandomAccessSource class