Package 

Class ImageData

  • All Implemented Interfaces:

    
    public final class ImageData
    
                        

    A marker to save the position and length of an image data block inside the input stream. It will be used later when decoding the lzw data to directly point at the proper position in the stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getPosition()
      final Integer getLength()
      • Methods inherited from class java.lang.Object

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