This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)



------- Comment #4 from tromey at gcc dot gnu dot org  2006-07-12 00:24 -------
The bug here is that Inflater needs an extra input byte in some situations.
I think ZipFile has to provide this byte; a patch to do this makes this
test case work again.  I need to investigate ZipInputStream and
GZIPInputStream, too, before committing.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27271


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]