fun discardExact(count: Int = readRemaining): Unit
Discard count readable bytes.
EOFException - if count is bigger than available bytes.
EOFException