/[classpath]/classpath/java/util/zip/ZipInputStream.java
ViewVC logotype

Diff of /classpath/java/util/zip/ZipInputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mark, Fri Nov 29 14:04:19 2002 UTC revision 1.10 by jewel, Mon Feb 3 14:24:32 2003 UTC
# Line 286  public class ZipInputStream extends Infl Line 286  public class ZipInputStream extends Infl
286     */     */
287    public int read(byte[] b, int off, int len) throws IOException    public int read(byte[] b, int off, int len) throws IOException
288    {    {
289        if(len == 0)
290            return 0;
291      if (crc == null)      if (crc == null)
292        throw new IOException("Stream closed.");        throw new IOException("Stream closed.");
293      if (entry == null)      if (entry == null)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26