scala.io.StdIn
AttributesReads a boolean value from an entire line of the default input.
Reads a boolean value from an entire line of the default input. Has a fairly liberal interpretation of the input.
Attributesthe boolean value read, or false if it couldn't be converted to a boolean
Reads a byte value from an entire line of the default input.
Reads a byte value from an entire line of the default input.
Attributesthe Byte that was read
Reads a char value from an entire line of the default input.
Reads a char value from an entire line of the default input.
Attributesthe Char that was read
Reads a double value from an entire line of the default input.
Reads a double value from an entire line of the default input.
Attributesthe Double that was read.
Reads a float value from an entire line of the default input.
Reads a float value from an entire line of the default input.
Attributesthe Float that was read.
Reads an int value from an entire line of the default input.
Reads an int value from an entire line of the default input.
Attributesthe Int that was read
Print and flush formatted text to the default output, and read a full line from the default input.
Print and flush formatted text to the default output, and read a full line from the default input. Returns null
if the end of the input stream has been reached.
the parameters used to instantiate the format, as in printf
.
the format of the text to print out, as in printf
.
the string read from the default input
Read a full line from the default input.
Read a full line from the default input. Returns null
if the end of the input stream has been reached.
the string read from the terminal or null if the end of stream was reached.
Reads an long value from an entire line of the default input.
Reads an long value from an entire line of the default input.
Attributesthe Long that was read
Reads a short value from an entire line of the default input.
Reads a short value from an entire line of the default input.
Attributesthe short that was read
Reads in some structured input (from the default input), specified by a format specifier.
Reads in some structured input (from the default input), specified by a format specifier. See class java.text.MessageFormat
for details of the format specification.
the format of the input.
a list of all extracted values.
Reads in some structured input (from the default input), specified by a format specifier, returning only the first value extracted, according to the format specification.
Reads in some structured input (from the default input), specified by a format specifier, returning only the first value extracted, according to the format specification.
Value parametersformat string, as accepted by readf
.
The first value that was extracted from the input
Reads in some structured input (from the default input), specified by a format specifier, returning only the first two values extracted, according to the format specification.
Reads in some structured input (from the default input), specified by a format specifier, returning only the first two values extracted, according to the format specification.
Value parametersformat string, as accepted by readf
.
A scala.Tuple2 containing the first two values extracted
Reads in some structured input (from the default input), specified by a format specifier, returning only the first three values extracted, according to the format specification.
Reads in some structured input (from the default input), specified by a format specifier, returning only the first three values extracted, according to the format specification.
Value parametersformat string, as accepted by readf
.
A scala.Tuple3 containing the first three values extracted
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4