Описание тега java-io
The java.io package provides blocking input and output through data streams, serialization, and the file system.
Most applications need to process some input and produce some output based on that input. The purpose of the Java IO package (java.io) is to make that possible in Java.
The java.io package provides blocking input and output through data streams, serialization and the file system.