/[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.3 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.4 by jewel, Mon Feb 3 14:24:32 2003 UTC
# Line 182  public class InflaterInputStream extends Line 182  public class InflaterInputStream extends
182     */     */
183    public int read(byte[] b, int off, int len) throws IOException    public int read(byte[] b, int off, int len) throws IOException
184    {    {
185    
186        if (len == 0) return 0;
187    
188      for (;;)      for (;;)
189        {        {
190          int count;          int count;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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