public class PngChunkZtxt extends PngTextChunk
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
keyword |
java.lang.String |
text |
| Constructor and Description |
|---|
PngChunkZtxt(int length,
int chunkType,
int crc,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
PngText |
getContents() |
java.lang.String |
getKeyword() |
java.lang.String |
getText() |
getBytes, getPropertyBitsgetByteOrder, getDebug, setDebugpublic PngChunkZtxt(int length,
int chunkType,
int crc,
byte[] bytes)
throws ImageReadException,
java.io.IOException
ImageReadExceptionjava.io.IOExceptionpublic java.lang.String getKeyword()
getKeyword in class PngTextChunkpublic java.lang.String getText()
getText in class PngTextChunkpublic PngText getContents()
getContents in class PngTextChunk"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"