Class PngChunkText
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.png.chunks.PngChunk
org.apache.commons.imaging.formats.png.chunks.AbstractPngTextChunk
org.apache.commons.imaging.formats.png.chunks.PngChunkText
-
Constructor Summary
ConstructorsConstructorDescriptionPngChunkText
(int length, int chunkType, int crc, byte[] bytes) Constructs a new instance. -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.png.chunks.PngChunk
getBytes, getChunkType, getCrc, getDataStream, getLength, getPropertyBits, isAncillary, isPrivate, isReserved, isSafeToCopy
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Constructor Details
-
PngChunkText
Constructs a new instance.- Parameters:
length
- chunk length.chunkType
- chunk type.crc
- CRC computed over the chunk type and chunk data (but not the length).bytes
- chunk data bytes.- Throws:
ImagingException
- Thrown on a parsing error.NullPointerException
- ifbytes
is null.
-
-
Method Details
-
getContents
- Specified by:
getContents
in classAbstractPngTextChunk
-
getKeyword
- Specified by:
getKeyword
in classAbstractPngTextChunk
- Returns:
- the keyword.
-
getText
- Specified by:
getText
in classAbstractPngTextChunk
- Returns:
- the text.
-