BIO
Java · 4 notes
- Blocking I/O (BIO)historical
Java blocking I/O semantics and when a simple blocking programming model remains appropriate.
- Java I/O Stream Basicshistorical
Byte streams, character streams, buffering, decorators, and explicit charset boundaries in Java I/O.
- Java File Streamshistorical
Reading and writing files with stream APIs, buffering, resource cleanup, and when NIO Files is simpler.
- Blocking Java Serverhistorical
A blocking server architecture, thread-per-connection trade-offs, and bounded concurrency requirements.