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, getPropertyBits
getByteOrder, getDebug, setDebug
public PngChunkZtxt(int length, int chunkType, int crc, byte[] bytes) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public java.lang.String getKeyword()
getKeyword
in class PngTextChunk
public java.lang.String getText()
getText
in class PngTextChunk
public PngText getContents()
getContents
in class PngTextChunk
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"