gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.i18n.io / LangReader / readBaseLangStream

readBaseLangStream

fun readBaseLangStream(stream: InputStream): List<MsgId>

Reads the strings of the base language from the input stream.

Exceptions

IOException - if the data in the InputStream is not in the *.lang format

Return
a List of all MsgIds that can be read from the InputStream