java.io

In this level, we explored input and output streams and got acquainted with their methods. If you feel that you still haven't fully grasped I/O in Java, we can continue the conversation and analyze a few examples of I/O in practice. Nothing difficult — just read the article entitled "Input/output in Java. FileInputStream, FileOutputStream, and BufferedInputStream classes".

Practice with the BuffreredReader and InputStreamReader classes