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

Diff of /classpath/java/util/zip/InflaterHuffmanTree.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 mkoch, Fri Oct 22 18:02:06 2004 UTC
# Line 1  Line 1 
1  /* java.util.zip.InflaterHuffmanTree  /* InflaterHuffmanTree.java --
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.util.zip;  package java.util.zip;
39    
40  public class InflaterHuffmanTree {  public class InflaterHuffmanTree
41    private final static int MAX_BITLEN = 15;  {
42      private static final int MAX_BITLEN = 15;
43      
44    private short[] tree;    private short[] tree;
45    
46    public static InflaterHuffmanTree defLitLenTree, defDistTree;    public static InflaterHuffmanTree defLitLenTree, defDistTree;

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