Class PLTEReader

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

public class PLTEReader
extends java.lang.Object
implements Reader
PNG PLTE chunk reader
Version:
1.0 04/26/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

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

    Modifier and Type Method Description
    byte[] getBlueMap()  
    byte[] getGreenMap()  
    byte[] getRedMap()  
    void read()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getRedMap

      public byte[] getRedMap()
    • getGreenMap

      public byte[] getGreenMap()
    • getBlueMap

      public byte[] getBlueMap()
    • read

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