2020-04-13 05:49:27 -04:00
|
|
|
|
## Core Java IO Conversions (Part 2)
|
2020-04-13 05:39:40 -04:00
|
|
|
|
|
|
|
|
|
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 02:50:22 -05:00
|
|
|
|
- [Java String to InputStream](https://www.baeldung.com/convert-string-to-input-stream)
|
2020-04-13 05:39:40 -04:00
|
|
|
|
- [Java – Write an InputStream to a File](https://www.baeldung.com/convert-input-stream-to-a-file)
|
2020-06-01 11:38:52 -04:00
|
|
|
|
- [Converting a BufferedReader to a JSONObject](https://www.baeldung.com/java-bufferedreader-to-jsonobject)
|
2020-07-13 15:17:54 -04: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 06:36:52 -04:00
|
|
|
|
- [How to Convert InputStream to Base64 String](https://www.baeldung.com/java-inputstream-to-base64-string)
|
2023-05-17 08:36:14 -04:00
|
|
|
|
- [Convert an OutputStream to an InputStream](https://www.baeldung.com/java-convert-outputstream-to-inputstream)
|
2023-05-17 09:12:44 -04:00
|
|
|
|
- [Java PrintStream to String](https://www.baeldung.com/java-printstream-to-string)
|
2023-11-18 05:53:19 -05:00
|
|
|
|
- [Convert File to Byte Array in Java](https://www.baeldung.com/java-convert-file-byte-array)
|
2020-04-13 05:39:40 -04:00
|
|
|
|
- More articles: [[<-- prev]](/core-java-modules/core-java-io-conversions)
|