parseFile

fun parseFile(file: File): List<Pair<Instant, AisMessage>>

Parses all the raw AIS lines contained in a File.

Parameters

file

the File from which parse AIS info.