Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the concept of input/output streams in Java, focusing on the hierarchy of streams and the central abstraction of java.io. Various types of flows are discussed, such as byte output streams and their methods. The lecture also includes practical examples using IntelliJ IDEA to demonstrate writing and reading bytes from streams.