class
StdioType

The type of object a standard IO stream is attached to.

Constants

StdioType TERMINAL = const StdioType._("terminal")
const
StdioType PIPE = const StdioType._("pipe")
const
StdioType FILE = const StdioType._("file")
const
StdioType OTHER = const StdioType._("other")
const

Properties

String name
read-only

Methods

toString() → String
Returns a string representation of this object.