[Bug 23743] Split the functionality to read exact N bytes into readExact() method

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23743

Takeshi Yoshino <tyoshino@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Takeshi Yoshino <tyoshino@google.com> ---
read(N) in non-exact mode has been realized by pullAmount.

pipeExact() is unnecessary. Available space of the destination is propagated by
pipe() by setting pipePullAmount to the value.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 5 December 2013 19:32:21 UTC