Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Documentation
"Its subclasses,BufferedWriter,BufferedReader, and BufferedRWPair buffer raw binary streams that arereadable,writable, and both readable and writable,respectively."
Does this mean that the BufferedWriter is readable, the BufferedReader is writeable?
Surely it should be:
"Its subclasses, BufferedWriter, BufferedReader, and BufferedRWPair buffer raw binary streams that arewritable,readable, and both readable** and writable, respectively."