Dart SDK
dart:io
SystemEncoding
SystemEncoding
Dart SDK
dart:io
SystemEncoding
class
SystemEncoding
Properties
Constructors
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 system encoding is the current code page on Windows and UTF-8 on Linux and Mac.
Extends
Object
Codec
<
String
,
List
<
int
>>
Encoding
SystemEncoding
Properties
Converter
<
List
<
int
>,
String
>
decoder
read-only
Converter
<
String
,
List
<
int
>>
encoder
read-only
Codec
<
List
<
int
>,
String
>
inverted
read-only,
inherited
Inverts
this
.
String
name
read-only
Constructors
SystemEncoding
()
const
Methods
decode
(
List
<
int
>
encoded
) →
String
decodeStream
(
Stream
<
List
<
int
>>
byteStream
) →
Future
<
String
>
inherited
encode
(
String
input
) →
List
<
int
>
fuse
(
Codec
<
List
<
int
>>
other
) →
Codec
<
String
>
inherited
Fuses
this
with
other
.
SystemEncoding
Properties
decoder
encoder
inverted
name
Constructors
SystemEncoding
Methods
decode
decodeStream
encode
fuse