toggle menu
kotlinx-io
0.3.2
common
js
jvm
native
wasm
switch theme
kotlinx-io-bytestring
kotlinx.
io.
bytestring
append()
build
Byte
String()
Byte
String
Companion
Byte
String()
Byte
String
Builder
content
Equals()
decode()
decode
Into
Byte
Array()
decode
To
Byte
String()
decode
To
String()
encode()
encode
Into
Byte
Array()
encode
To
Appendable()
encode
To
Byte
Array()
encode
To
Byte
String()
ends
With()
hex
To
Byte
String()
index
Of()
indices
is
Empty()
is
Not
Empty()
last
Index
Of()
starts
With()
to
Hex
String()
kotlinx-io-core
kotlinx.
io
as
Byte
Channel()
as
Input
Stream()
as
NSInput
Stream()
as
NSOutput
Stream()
as
Output
Stream()
as
Sink()
as
Source()
Buffer
buffered()
copy
To()
Delicate
Io
Api
discarding
Sink()
EOFException
index
Of()
Internal
Io
Api
IOException
Raw
Sink
Raw
Source
read
At
Most
To()
read
Byte
Array()
read
Byte
String()
read
Decimal
Long()
read
Double()
read
Double
Le()
read
Float()
read
Float
Le()
read
Hexadecimal
Unsigned
Long()
read
Int
Le()
read
Line()
read
Line
Strict()
read
Long
Le()
read
Short
Le()
read
String()
read
To()
read
UByte()
read
UInt()
read
UInt
Le()
read
ULong()
read
ULong
Le()
read
UShort()
read
UShort
Le()
Sink
snapshot()
Source
starts
With()
transfer
From()
write()
write
Decimal
Long()
write
Double()
write
Double
Le()
write
Float()
write
Float
Le()
write
Hexadecimal
Unsigned
Long()
write
Int
Le()
write
Long
Le()
write
Short
Le()
write
String()
write
To
Internal
Buffer()
write
UByte()
write
UInt()
write
UInt
Le()
write
ULong()
write
ULong
Le()
write
UShort()
write
UShort
Le()
kotlinx.
io.
files
File
Metadata
File
Not
Found
Exception
File
System
Path
Path()
sink()
source()
System
File
System
System
Path
Separator
System
Temporary
Directory
kotlinx-io-core
/
kotlinx.io
/
IOException
IOException
common
js
jvm
native
wasm
expect
open
class
IOException
:
Exception
(
source
)
Signals about a general issue occurred during I/O operation.
Inheritors
EOFException
FileNotFoundException
actual
open
class
IOException
:
Exception
(
source
)
Inheritors
EOFException
actual
typealias
IOException
=
java.io.IOException
(
source
)
actual
open
class
IOException
:
Exception
(
source
)
Inheritors
EOFException
FileNotFoundException
actual
open
class
IOException
:
Exception
(
source
)
Inheritors
EOFException
Members
Constructors
IOException
Link copied to clipboard
common
js
native
wasm
expect
constructor
(
)
expect
constructor
(
message
:
String
?
)
expect
constructor
(
cause
:
Throwable
?
)
expect
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
cause
:
Throwable
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
cause
:
Throwable
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
cause
:
Throwable
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
common
js
native
wasm
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
js
native
wasm
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String