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

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

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

revision 1.4.2.2 by gnu_andrew, Tue Aug 2 20:12:35 2005 UTC revision 1.4.2.3 by gnu_andrew, Sat Sep 10 15:31:47 2005 UTC
# Line 1  Line 1 
1  /* DeflaterHuffman.java --  /* DeflaterHuffman.java --
2     Copyright (C) 2001, 2004  Free Software Foundation, Inc.     Copyright (C) 2001, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 59  class DeflaterHuffman Line 59  class DeflaterHuffman
59    private static final int[] BL_ORDER =    private static final int[] BL_ORDER =
60    { 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 };    { 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 };
61    
62    private static String bit4Reverse =    private static final String bit4Reverse =
63      "\000\010\004\014\002\012\006\016\001\011\005\015\003\013\007\017";      "\000\010\004\014\002\012\006\016\001\011\005\015\003\013\007\017";
64    
65    class Tree {    class Tree {

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3

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