JDK-8080835 : Add blocking bulk read operations to java.io.InputStream
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-05-21
  • Updated: 2020-02-26
  • Resolved: 2015-06-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9 Other
9 b68Fixed openjdk7uFixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
Following the addition of the long overdue java.io.InputStream.transferTo method, there was support for adding various blocking bulk read operations. The motivation for this addition is to provide library support for common patterns found when reading from input streams.

See http://mail.openjdk.java.net/pipermail/core-libs-dev/2015-May/033128.html