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

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

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

revision 1.14 by mkoch, Thu Oct 21 21:07:15 2004 UTC revision 1.15 by rsdio, Sun Nov 7 20:27:47 2004 UTC
# Line 247  public class InflaterInputStream extends Line 247  public class InflaterInputStream extends
247    
248      return skipped;      return skipped;
249   }   }
250    
251      public boolean markSupported()
252      {
253        return false;
254      }
255    
256      public void mark(int readLimit)
257      {
258      }
259    
260      public void reset() throws IOException
261      {
262        throw new IOException("reset not supported");
263      }
264  }  }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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