toggle menu
kotlinx-io
0.3.2
common
js
jvm
native
wasm
switch theme
search in API
kotlinx-io-core
/
kotlinx.io
/
EOFException
EOFException
common
js
jvm
native
wasm
expect
open
class
EOFException
:
IOException
(
source
)
Signals that the end of the file or stream was reached unexpectedly during an input operation.
actual
open
class
EOFException
:
IOException
(
source
)
actual
typealias
EOFException
=
java.io.EOFException
(
source
)
actual
open
class
EOFException
:
IOException
(
source
)
actual
open
class
EOFException
:
IOException
(
source
)
Members
Constructors
EOFException
Link copied to clipboard
common
js
native
wasm
expect
constructor
(
)
expect
constructor
(
message
:
String
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
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