Class TRNSReader

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

public class TRNSReader
extends java.lang.Object
implements Reader
PNG tRNS chunk reader
Version:
1.0 05/03/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

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

    Modifier and Type Method Description
    byte[] getAlpha()  
    void read()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getAlpha

      public byte[] getAlpha()
    • read

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