Message9693

Author santa4nt
Recipients fwierzbicki, santa4nt, tuck182, zyasoft
Date 2015-03-21.02:55:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426906533.26.0.627597996502.issue1793@psf.upfronthosting.co.za>
In-reply-to
Content
One way I can think of to address this is to introduce a method overloading BufferedIOBase#readinto() which can disable the buffering behavior described above. And then, have #read(int size) use the unbuffered method. I figured this might be appropriate since the caller specifies how many bytes to read explicitly, so we shouldn't assume to much and read beyond that.
History
Date User Action Args
2015-03-21 02:55:33santa4ntsetmessageid: <1426906533.26.0.627597996502.issue1793@psf.upfronthosting.co.za>
2015-03-21 02:55:33santa4ntsetrecipients: + santa4nt, fwierzbicki, zyasoft, tuck182
2015-03-21 02:55:33santa4ntlinkissue1793 messages
2015-03-21 02:55:33santa4ntcreate