Package-level declarations
Types
Link copied to clipboard
class InputReader @JvmOverloads constructor(stream: InputStream = DEFAULT_STREAM, bufferSize: Int = DEFAULT_BUFFER_SIZE)
A fast input reader for any java.io.InputStream (especially System.in).