Class GRABChunk


  • final class GRABChunk
    extends IFFChunk
    GRABChunk
    Version:
    $Id: GRABChunk.java,v 1.0 28.feb.2006 01:55:05 haku Exp$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.awt.geom.Point2D point  
    • Constructor Summary

      Constructors 
      Constructor Description
      GRABChunk​(int chunkLength)  
      GRABChunk​(java.awt.geom.Point2D point)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void readChunk​(java.io.DataInput input)  
      java.lang.String toString()  
      (package private) void writeChunk​(java.io.DataOutput output)  
      • Methods inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk

        skipData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • point

        java.awt.geom.Point2D point
    • Constructor Detail

      • GRABChunk

        GRABChunk​(int chunkLength)
      • GRABChunk

        GRABChunk​(java.awt.geom.Point2D point)
    • Method Detail

      • readChunk

        void readChunk​(java.io.DataInput input)
                throws java.io.IOException
        Specified by:
        readChunk in class IFFChunk
        Throws:
        java.io.IOException
      • writeChunk

        void writeChunk​(java.io.DataOutput output)
                 throws java.io.IOException
        Specified by:
        writeChunk in class IFFChunk
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class IFFChunk