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

Constants

StdioType FILE = const StdioType._("file")
const

StdioType OTHER = const StdioType._("other")
const

StdioType PIPE = const StdioType._("pipe")
const

StdioType TERMINAL = const StdioType._("terminal")
const

Properties

name String
read-only

Methods

toString() → String

Returns a string representation of this object.