/[classpath]/classpath/gnu/javax/imageio/bmp/BMPDecoder.java
ViewVC logotype

Diff of /classpath/gnu/javax/imageio/bmp/BMPDecoder.java

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

revision 1.1 by smarothy, Sat Sep 24 00:44:22 2005 UTC revision 1.2 by smarothy, Sat Sep 24 22:47:51 2005 UTC
# Line 54  public abstract class BMPDecoder { Line 54  public abstract class BMPDecoder {
54      public BMPDecoder(BMPFileHeader fh, BMPInfoHeader ih){      public BMPDecoder(BMPFileHeader fh, BMPInfoHeader ih){
55          fileHeader = fh;          fileHeader = fh;
56          infoHeader = ih;          infoHeader = ih;
57          offset = fh.SIZE + ih.SIZE;          offset = BMPFileHeader.SIZE + BMPInfoHeader.SIZE;
58      }      }
59    
60      /**      /**

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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