Class DPELChunk


  • final class DPELChunk
    extends IFFChunk
    DPELChunk.
    Version:
    $Id: DPELChunk.java,v 1.0 01/02/2022 haraldk Exp$
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  DPELChunk.TypeDepth  
    • Constructor Summary

      Constructors 
      Constructor Description
      DPELChunk​(int chunkLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int bitsPerPixel()  
      (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
    • Constructor Detail

      • DPELChunk

        DPELChunk​(int chunkLength)
    • 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)
        Specified by:
        writeChunk in class IFFChunk
      • toString

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

        public int bitsPerPixel()