menu
random_access_source package
documentation
random_access_source.dart
RandomAccessSource
readToEnd abstract method
readToEnd abstract method
dark_mode
light_mode
readToEnd
abstract method
Future
<
Uint8List
>
readToEnd
(
)
Reads all the remaining bytes from the source.
Implementation
Future<Uint8List> readToEnd();
random_access_source package
documentation
random_access_source
RandomAccessSource
readToEnd abstract method
RandomAccessSource class