Exemplo n.º 1
0
 JFIFThumbUncompressed(JPEGBuffer buffer, int width, int height, int skip, String name)
     throws IOException {
   super(buffer);
   thumbWidth = width;
   thumbHeight = height;
   // Now skip the thumbnail data
   buffer.skipData(skip);
   this.name = name;
 }