public static final class TextIO.SystemDefault extends TextIO
TextIO
class that writes and reads text files
in the current system-dependent encoding. This class is a singleton:
you cannot create its instances, you can only use TextIO.SYSTEM_DEFAULT
constant.TextIO.ForCharset, TextIO.SystemDefault
ASCII, CP1252, ISO8859_1, SYSTEM_DEFAULT, UNICODE_BIG, UNICODE_BIG_UNMARKED, UNICODE_LITTLE, UNICODE_LITTLE_UNMARKED, UTF16, UTF8
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of this object.
|
read, read, readChars, readChars, write, writeChars, writeCharsOrDelete, writeOrDelete
public java.lang.String toString()
null
.toString
in class java.lang.Object