Packagesystem.io
Interfacepublic interface Writeable

Represents a Writeable object.



Public Methods
 MethodDefined By
  
write(... messages):void
Appends the message format.
Writeable
  
writeLine(... messages):void
Appends the message format and add newline character.
Writeable
Method Detail
write()method
public function write(... messages):void

Appends the message format.

Parameters

... messages

writeLine()method 
public function writeLine(... messages):void

Appends the message format and add newline character.

Parameters

... messages