Class PngChunkItxt
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.png.chunks.PngChunk
org.apache.commons.imaging.formats.png.chunks.PngTextChunk
org.apache.commons.imaging.formats.png.chunks.PngChunkItxt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.png.chunks.PngChunk
getBytes, getDataStream, getPropertyBits
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
keyword
-
text
-
languageTag
-
translatedKeyword
-
-
Constructor Details
-
PngChunkItxt
public PngChunkItxt(int length, int chunkType, int crc, byte[] bytes) throws ImageReadException, IOException - Throws:
ImageReadException
IOException
-
-
Method Details
-
getKeyword
- Specified by:
getKeyword
in classPngTextChunk
- Returns:
- Returns the keyword.
-
getText
- Specified by:
getText
in classPngTextChunk
- Returns:
- Returns the text.
-
getContents
- Specified by:
getContents
in classPngTextChunk
-