ceylon.file
Reader
Reads lines of text from a File
.
Attributes inherited from class: Object |
---|
string |
Methods | |
---|---|
Modifier and Type | Method and Description |
shared actual Void | close(Exception? exception) |
shared formal Void | destroy() Destroy this See also: close |
shared actual Void | open() |
shared formal String? | readLine() The next line of text in the file,
or |