gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.i18n.io / java.io.InputStream / skipAllOrException

skipAllOrException

@ExperimentalUnsignedTypes fun InputStream.skipAllOrException(n: UInt): UInt

Skip over n bytes. If there are only less than n bytes to skip over, an exception is thrown.

Parameters

n - the number of bytes to skip