java.lang.Object
io.ciera.runtime.api.types.Device
io.ciera.runtime.api.types.ReadableDevice
io.ciera.runtime.api.types.ReadWriteDevice
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ciera.runtime.api.types.ReadableDevice
read, readLineMethods inherited from class io.ciera.runtime.api.types.Device
console, fromString, toString
-
Constructor Details
-
ReadWriteDevice
-
-
Method Details
-
write
Description copied from class:DeviceConvert an instance of an object to a String and append to the stream.- Overrides:
writein classReadableDevice- Parameters:
o- The instance to write.
-
writeLine
Description copied from class:DeviceConvert an instance of an object to a String and append to the stream. Append an additional line separator. The line separator is determined by the system.- Overrides:
writeLinein classReadableDevice
-
flush
public void flush()Description copied from class:DeviceFlush the output stream.- Overrides:
flushin classReadableDevice
-