[classlib][archive] JarFile#getInputStream() (was: Re: [testing] M12 testing on Windows x86)

2009-11-30 Thread Tim Ellison
On 30/Nov/2009 06:31, enh wrote: On Sun, Nov 29, 2009 at 22:27, Jesse Wilson jessewil...@google.com wrote: On Thu, Nov 26, 2009 at 10:44 AM, Tim Ellison t.p.elli...@gmail.com wrote: I know the arguments that say available() should not be used to judge the total number of bytes that can be

Re: [classlib][archive] JarFile#getInputStream() (was: Re: [testing] M12 testing on Windows x86)

2009-11-30 Thread Jesse Wilson
On Mon, Nov 30, 2009 at 2:08 AM, Tim Ellison t.p.elli...@gmail.com wrote: The method JarFile#getInputStream(ZipEntry) is spec'd to return an InputStream, not a ZipInputStream. Furthermore, as I showed, the RI returns a stream that answers with available() 1, i.e. it follows the InputStream