StdioType class

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

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

Constants

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

Instance Properties

name String
read-only

Instance Methods

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