We now have InputStreaam::readNBytes(byte[] b, int off, int len) but it will be nice to have an overloaded version that does not need a pre-allocated array (like readAllBytes()). This will be especially useful when the length is from an untrusted source and allocating an arbitrary size of array would exhaust memory or just throw an OOME.
- duplicates
-
JDK-8139206 Add InputStream readNBytes(int len)
-
- Resolved
-