BufferedInputStream needs "read" that is not synchronized. This is for applications
that use one thread per BufferedInputStream. Synchronized read causes too much
performance overhead.
that use one thread per BufferedInputStream. Synchronized read causes too much
performance overhead.
- duplicates
-
JDK-4097272 Add unsynchronized versions of buffered byte and character streams
-
- Closed
-