Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
F
I
O
P
R
S
T
U
W
C
Console
- class info1.
Console
.
Console()
- Constructor for class info1.
Console
Conversion
- class info1.
Conversion
.
Conversion()
- Constructor for class info1.
Conversion
close()
- Method in class info1.
TextInputStream
Closes the input stream
close()
- Method in class info1.
TextOutputStream
Closes the stream
F
fail()
- Method in class info1.
TextInputStream
Tests if the output stream is no longer valid
fail()
- Method in class info1.
TextOutputStream
Tests if the output stream is no longer valid
I
in
- Static variable in class info1.
Console
The standard text input stream, like
System.in
, but with methods for reading numeric input
info1
- package info1
O
objectArrayToVector(Object[])
- Static method in class info1.
Conversion
out
- Static variable in class info1.
Console
The standard text output stream, like
System.out
, but with methods for formatted output
P
print(String)
- Method in class info1.
TextOutputStream
Prints a string to a stream
print(char)
- Method in class info1.
TextOutputStream
Prints a character to a stream
print(Object)
- Method in class info1.
TextOutputStream
Prints an object to a stream.
print(long)
- Method in class info1.
TextOutputStream
Prints a long integer to a stream
print(double)
- Method in class info1.
TextOutputStream
Prints a double precision floating point number to a stream
printf(String, double)
- Method in class info1.
TextOutputStream
Prints a double precision floating point number to a stream, with formatting instructions
printf(String, long)
- Method in class info1.
TextOutputStream
Prints a long integer to a stream, with formatting instructions
printf(String, char)
- Method in class info1.
TextOutputStream
Prints a character to a stream, with formatting instructions
printf(String, String)
- Method in class info1.
TextOutputStream
Prints a string to a stream, with formatting instructions
println(String)
- Method in class info1.
TextOutputStream
Prints a string to a stream, followed by a newline
println(char)
- Method in class info1.
TextOutputStream
Prints a character to a stream, followed by a newline
println(Object)
- Method in class info1.
TextOutputStream
Prints an object to a stream, followed by a newline.
println(long)
- Method in class info1.
TextOutputStream
Prints a long integer to a stream, followed by a newline
println(double)
- Method in class info1.
TextOutputStream
Prints a double precision floating point number to a stream, followed by a newline
println()
- Method in class info1.
TextOutputStream
Prints a newline
R
read()
- Method in class info1.
TextInputStream
Reads one character from the input stream.
readChar()
- Method in class info1.
TextInputStream
Reads the next character from the stream.
readDouble()
- Method in class info1.
TextInputStream
Reads a floating-point number from the stream.
readInt()
- Method in class info1.
TextInputStream
Reads an integer (in decimal) from the stream.
readLine()
- Method in class info1.
TextInputStream
Reads a line from the stream
readWord()
- Method in class info1.
TextInputStream
Reads a word from the stream.
S
stringToCharArray(String)
- Static method in class info1.
Conversion
stringToInt(String)
- Static method in class info1.
Conversion
T
TextInputStream
- class info1.
TextInputStream
.
TextInputStream(String)
- Constructor for class info1.
TextInputStream
Constructs a text input stream that reads its input from a file
TextOutputStream
- class info1.
TextOutputStream
.
TextOutputStream(String)
- Constructor for class info1.
TextOutputStream
Constructs a text output stream that sends its output to a file
U
unread(int)
- Method in class info1.
TextInputStream
Returns one character to the input stream, to be read again
W
write(int)
- Method in class info1.
TextOutputStream
Writes one byte to the stream
C
F
I
O
P
R
S
T
U
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes