2019-10-31 21:43:47 -04:00
|
|
|
## Core Kotlin I/O
|
|
|
|
|
|
|
|
This module contains articles about core Kotlin I/O.
|
|
|
|
|
|
|
|
### Relevant articles:
|
|
|
|
- [InputStream to String in Kotlin](https://www.baeldung.com/kotlin-inputstream-to-string)
|
|
|
|
- [Console I/O in Kotlin](https://www.baeldung.com/kotlin-console-io)
|
2019-12-10 07:57:11 -05:00
|
|
|
- [Reading from a File in Kotlin](https://www.baeldung.com/kotlin-read-file)
|
|
|
|
- [Writing to a File in Kotlin](https://www.baeldung.com/kotlin-write-file)
|