@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.
n
n - the number of bytes to skip