Message9693
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. |
|
Date |
User |
Action |
Args |
2015-03-21 02:55:33 | santa4nt | set | messageid: <1426906533.26.0.627597996502.issue1793@psf.upfronthosting.co.za> |
2015-03-21 02:55:33 | santa4nt | set | recipients:
+ santa4nt, fwierzbicki, zyasoft, tuck182 |
2015-03-21 02:55:33 | santa4nt | link | issue1793 messages |
2015-03-21 02:55:33 | santa4nt | create | |
|