First page Back Continue Last page Overview Graphics
Streams – current summary
InputStream and OutputStream gives us a low level for reading and writing binary data. We can only read/write a single byte or an array of bytes.
Likewise, Reader and Writer gives us a low level for reading and writing text files. We can only read/write a single char or an array of chars.