Class TextReader

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

public class TextReader
extends java.lang.Object
implements Reader
Reader for PNG textual chunks: iTXT, zTXT, and tEXT.
Version:
1.0 01/01/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

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

    Modifier and Type Method Description
    java.lang.String getKeyword()  
    java.lang.String getText()  
    void read()  
    void setInput​(Chunk chunk)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getKeyword

      public java.lang.String getKeyword()
    • getText

      public java.lang.String getText()
    • read

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

      public void setInput​(Chunk chunk)