readViewFromStream abstract method
Future<void>
readViewFromStream(
- GpsPointsView<
GpsPoint> view, - StreamReaderState source,
- int version,
- ByteData metadata,
Overwrites the contents of view
(if it is not read-only) with
the information fom the source
. version
and metadata
indicate
the additional information that was read from the block header in
the file, and may be used to e.g. convert old formats to new.
Implementation
Future<void> readViewFromStream(GpsPointsView view, StreamReaderState source,
int version, ByteData metadata);