Add unsynchronized versions of the following classes:
BufferedInputStream
BufferedOutputStream
BufferedReader
BufferedWriter
Many Java developers are already in the habit of copying our buffered-stream
classes and then removing the synchronized keywords. Perhaps we should just
make this part of the core I/O library.
BufferedInputStream
BufferedOutputStream
BufferedReader
BufferedWriter
Many Java developers are already in the habit of copying our buffered-stream
classes and then removing the synchronized keywords. Perhaps we should just
make this part of the core I/O library.
- duplicates
-
JDK-1244425 BufferedInputStream needs "read" that is not synchronized
-
- Closed
-