RFR [9] Add blocking bulk read to java.io.InputStream
Remi Forax
forax at univ-mlv.fr
Thu Apr 23 20:19:16 UTC 2015
On 04/23/2015 06:21 PM, Chris Hegarty wrote:
> On 23 Apr 2015, at 16:58, Bernd Eckenfels <ecki at zusammenkunft.net> wrote:
>
>> Hello,
>>
>> I would use the already established name readFully(byte[]) and readFully(byte[],int,int) to be consistent with DataInputStream.
> I purposefully stayed away from the name ‘readFully' as the spec for DataInputStream.readFully and the proposed InputStream.readBytes differs. The latter does not throw EOFException.
>
> So, currently, on the table we have:
> readBytes
> readAllBytes
> readNBytes ( thanks Alan )
>
> -Chris.
bikesheding:on
readNBytes is Ok for me too.
cheers,
Rémi
More information about the core-libs-dev
mailing list