Package pixy.image.png
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)
-
Constructor Details
-
TextReader
public TextReader() -
TextReader
-
-
Method Details