Packagesystem.io
Interfacepublic interface Readable

Represents a Readable object.



Public Methods
 MethodDefined By
  
read():String
Returns the last char.
Readable
  
readLine():String
Returns the last line.
Readable
Method Detail
read()method
public function read():String

Returns the last char.

Returns
String
readLine()method 
public function readLine():String

Returns the last line.

Returns
String