Solutions
Multiplatform
Server-side
Data science
Android
Docs
API
APIs overview
Standard library (stdlib)
Test library (kotlin.test)
Coroutines (kotlinx.coroutines)
Serialization (kotlinx.serialization)
Kotlin I/O library (kotlinx-io)
Date and time (kotlinx-datetime)
JVM Metadata (kotlin-metadata-jvm)
Kotlin Gradle plugins
Ktor
Community
Teach
Play
Playground
Koans
kotlinx-io
Toggle table of contents
0.8.0
common
js
jvm
native
wasm
Platform filter
common
js
jvm
native
wasm
Switch theme
Search in API
kotlinx-io
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
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
)
actual
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
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