- play() - Method in class EasySound
-
Plays this EasySound
.
- print(char) - Method in class EasyWriter
-
Writes one character to the file.
- print(int) - Method in class EasyWriter
-
Writes an integer to the file.
- print(double) - Method in class EasyWriter
-
Writes a double to the file.
- print(String) - Method in class EasyWriter
-
Writes a string to the file.
- print(Object) - Method in class EasyWriter
-
Writes an object to the file.
- printf(String, Object...) - Method in class EasyWriter
-
A convenience method to write a formatted string to this
EasyWriter
using the specified format string and parameters.
- println() - Method in class EasyWriter
-
Writes a newline character to the file.
- println(char) - Method in class EasyWriter
-
Writes one character and newline to the file.
- println(int) - Method in class EasyWriter
-
Writes an integer and newline to the file.
- println(double) - Method in class EasyWriter
-
Writes a double and newline to the file.
- println(String) - Method in class EasyWriter
-
Writes a string and newline to the file.
- println(Object) - Method in class EasyWriter
-
Writes an object and newline to the file.