public class PNGChunkiTXt extends PNGTextChunk
| Modifier and Type | Field and Description |
|---|---|
String |
keyword |
String |
languageTag |
String |
text |
String |
translatedKeyword |
ancillary, bytes, chunkType, crc, isPrivate, length, propertyBits, reserved, safeToCopydebugBYTE_ORDER_BIG_ENDIAN, BYTE_ORDER_INTEL, BYTE_ORDER_LEAST_SIGNIFICANT_BYTE, BYTE_ORDER_LITTLE_ENDIAN, BYTE_ORDER_LSB, BYTE_ORDER_MOST_SIGNIFICANT_BYTE, BYTE_ORDER_MOTOROLA, BYTE_ORDER_MSB, BYTE_ORDER_NETWORK| Constructor and Description |
|---|
PNGChunkiTXt(int length,
int chunkType,
int crc,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
PngText |
getContents() |
String |
getKeyword() |
String |
getText() |
getDataStreambyteArrayHasPrefix, convertByteArrayToInt, convertByteArrayToInt, convertByteArrayToShort, convertByteArrayToShort, getByteOrder, int2ToByteArray, read2Bytes, read3Bytes, read4Bytes, setByteOrder, setByteOrderCharsToQuad, compareByteArrays, compareByteArrays, compareBytes, compareBytes, convertByteArrayToDouble, convertByteArrayToDouble, convertByteArrayToDoubleArray, convertByteArrayToFloat, convertByteArrayToFloat, convertByteArrayToFloatArray, convertByteArrayToInt, convertByteArrayToInt, convertByteArrayToIntArray, convertByteArrayToRational, convertByteArrayToRational, convertByteArrayToRationalArray, convertByteArrayToShort, convertByteArrayToShort, convertByteArrayToShortArray, convertDoubleArrayToByteArray, convertDoubleToByteArray, convertFloatArrayToByteArray, convertFloatToByteArray, convertIntArrayToByteArray, convertIntArrayToRationalArray, convertRationalArrayToByteArray, convertRationalToByteArray, convertShortArrayToByteArray, convertShortToByteArray, copyStreamToStream, debugByteArray, debugNumber, debugNumber, debugNumber, debugNumber, debugNumberArray, findNull, findNull, getBytearrayHead, getByteArrayTail, getDebug, getRAFBytes, getStreamBytes, head, int2ToByteArray, printByteBits, printCharQuad, printCharQuad, read2Bytes, read3Bytes, read4Bytes, readAndVerifyBytes, readAndVerifyBytes, readByte, readBytearray, readByteArray, readByteArray, readBytes, readRandomBytes, scanForByte, setDebug, skipBytes, skipBytes, slice, startsWith, tail, writeIntInToByteArraypublic final String keyword
public final String text
public final String languageTag
public final String translatedKeyword
public PNGChunkiTXt(int length,
int chunkType,
int crc,
byte[] bytes)
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic String getKeyword()
getKeyword in class PNGTextChunkpublic String getText()
getText in class PNGTextChunkpublic PngText getContents()
getContents in class PNGTextChunkCopyright © 2007-2012. All Rights Reserved.