[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/39434] New: ZipInputStream.getNextEntry() throws IOExcept
From: |
freebeans at xqb dot biglobe dot ne dot jp |
Subject: |
[Bug classpath/39434] New: ZipInputStream.getNextEntry() throws IOException |
Date: |
11 Mar 2009 15:49:33 -0000 |
ZipInputStream.getNextEntry() throws IOException after getNextEntry() returns
null.
IOException occurres in following code, but Sun's JVM (JDK 1.6) does not
throws the exception.
----
ZipInputStream zi = new ZipInputStream(new FileInputStream("test.zip"));
for (;;)
{
ZipEntry ze = zi.getNextEntry();
System.out.println(ze);
}
---
--
Summary: ZipInputStream.getNextEntry() throws IOException
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: freebeans at xqb dot biglobe dot ne dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39434
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/39434] New: ZipInputStream.getNextEntry() throws IOException,
freebeans at xqb dot biglobe dot ne dot jp <=