Dart SDK
dart:io
StdioType
StdioType
Dart SDK
dart:io
StdioType
class
StdioType
Constants
Properties
Methods
Dart SDK
dart:io
Constants
APPEND
GZIP
READ
SYSTEM_ENCODING
WRITE
WRITE_ONLY
WRITE_ONLY_APPEND
ZLIB
Properties
exitCode
pid
stderr
stdin
stdout
Functions
exit
sleep
stdioType
Enums
FileLock
ProcessStartMode
Classes
BytesBuilder
ContentType
Cookie
Datagram
DetachedSocket
Directory
File
FileMode
FileStat
FileSystemCreateEvent
FileSystemDeleteEvent
FileSystemEntity
FileSystemEntityType
FileSystemEvent
FileSystemModifyEvent
FileSystemMoveEvent
GZipCodec
HeaderValue
HttpClient
HttpClientBasicCredentials
HttpClientCredentials
HttpClientDigestCredentials
HttpClientRequest
HttpClientResponse
HttpConnectionInfo
HttpConnectionsInfo
HttpDate
HttpHeaders
HttpRequest
HttpResponse
HttpServer
HttpSession
HttpStatus
InternetAddress
InternetAddressType
IOSink
Link
NetworkInterface
OSError
Platform
Process
ProcessResult
ProcessSignal
RandomAccessFile
RawDatagramSocket
RawSecureServerSocket
RawSecureSocket
RawServerSocket
RawServerSocketReference
RawSocket
RawSocketEvent
RedirectInfo
SecureServerSocket
SecureSocket
ServerSocket
ServerSocketReference
Socket
SocketDirection
SocketOption
Stdin
StdioType
Stdout
SystemEncoding
WebSocket
WebSocketStatus
WebSocketTransformer
X509Certificate
ZLibCodec
ZLibDecoder
ZLibEncoder
ZLibOption
Exceptions
CertificateException
FileSystemException
HandshakeException
HttpException
IOException
ProcessException
RedirectException
SignalException
SocketException
StdoutException
TlsException
WebSocketException
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
String
name
read-only
Methods
toString
(
) →
String
Returns a string representation of this object.
StdioType
Constants
FILE
OTHER
PIPE
TERMINAL
Properties
name
Methods
toString