2020-04-13 15:19:27 +05:30
|
|
|
|
## Core Java IO Conversions (Part 2)
|
2020-04-13 15:09:40 +05:30
|
|
|
|
|
|
|
|
|
This module contains articles about core Java input/output(IO) conversions.
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
- [Java InputStream to String](https://www.baeldung.com/convert-input-stream-to-string)
|
2021-11-14 13:20:22 +05:30
|
|
|
|
- [Java String to InputStream](https://www.baeldung.com/convert-string-to-input-stream)
|
2020-04-13 15:09:40 +05:30
|
|
|
|
- [Java – Write an InputStream to a File](https://www.baeldung.com/convert-input-stream-to-a-file)
|
2020-06-01 09:38:52 -06:00
|
|
|
|
- [Converting a BufferedReader to a JSONObject](https://www.baeldung.com/java-bufferedreader-to-jsonobject)
|
2020-07-13 21:17:54 +02:00
|
|
|
|
- [Reading a CSV File into an Array](https://www.baeldung.com/java-csv-file-array)
|
|
|
|
|
- [How to Write to a CSV File in Java](https://www.baeldung.com/java-csv)
|
2022-07-05 15:36:52 +05:00
|
|
|
|
- [How to Convert InputStream to Base64 String](https://www.baeldung.com/java-inputstream-to-base64-string)
|
2023-05-17 20:36:14 +08:00
|
|
|
|
- [Convert an OutputStream to an InputStream](https://www.baeldung.com/java-convert-outputstream-to-inputstream)
|
2023-05-17 21:12:44 +08:00
|
|
|
|
- [Java PrintStream to String](https://www.baeldung.com/java-printstream-to-string)
|
2020-04-13 15:09:40 +05:30
|
|
|
|
- More articles: [[<-- prev]](/core-java-modules/core-java-io-conversions)
|