Class UnknownChunkReader

java.lang.Object
pixy.image.png.UnknownChunkReader
All Implemented Interfaces:
Reader

public class UnknownChunkReader
extends java.lang.Object
implements Reader
Special chunk reader for UnknownChunk.
Version:
1.0 01/01/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

    Constructors 
    Constructor Description
    UnknownChunkReader​(Chunk chunk)  
  • Method Summary

    Modifier and Type Method Description
    int getChunkValue()  
    byte[] getData()  
    void read()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getChunkValue

      public int getChunkValue()
    • getData

      public byte[] getData()
    • read

      public void read() throws java.io.IOException
      Specified by:
      read in interface Reader
      Throws:
      java.io.IOException