Class GIFResource


  • public class GIFResource
    extends java.lang.Object
    Class for determining the size of a GIF image. It loads just enough of the GIF information to follow the data block links and read the bytes until the terminator is hit. The amount of bytes read indicate the number of bytes the GIF data type is consume.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait