|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.common.BinaryFileFunctions
org.apache.sanselan.common.BinaryFileParser
org.apache.sanselan.formats.png.chunks.PNGChunk
org.apache.sanselan.formats.png.chunks.PNGTextChunk
org.apache.sanselan.formats.png.chunks.PNGChunkzTXt
public class PNGChunkzTXt
| Field Summary | |
|---|---|
java.lang.String |
keyword
|
java.lang.String |
text
|
| Fields inherited from class org.apache.sanselan.formats.png.chunks.PNGChunk |
|---|
ancillary, bytes, chunkType, crc, isPrivate, length, propertyBits, reserved, safeToCopy |
| Fields inherited from class org.apache.sanselan.common.BinaryFileFunctions |
|---|
debug |
| Fields inherited from interface org.apache.sanselan.common.BinaryConstants |
|---|
BYTE_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 Summary | |
|---|---|
PNGChunkzTXt(int length,
int chunkType,
int crc,
byte[] bytes)
|
|
| Method Summary | |
|---|---|
PngText |
getContents()
|
java.lang.String |
getKeyword()
|
java.lang.String |
getText()
|
| Methods inherited from class org.apache.sanselan.formats.png.chunks.PNGChunk |
|---|
getDataStream |
| Methods inherited from class org.apache.sanselan.common.BinaryFileParser |
|---|
byteArrayHasPrefix, convertByteArrayToInt, convertByteArrayToInt, convertByteArrayToShort, convertByteArrayToShort, getByteOrder, int2ToByteArray, read2Bytes, read3Bytes, read4Bytes, setByteOrder, setByteOrder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String keyword
public final java.lang.String text
| Constructor Detail |
|---|
public PNGChunkzTXt(int length,
int chunkType,
int crc,
byte[] bytes)
throws ImageReadException,
java.io.IOException
ImageReadException
java.io.IOException| Method Detail |
|---|
public java.lang.String getKeyword()
getKeyword in class PNGTextChunkpublic java.lang.String getText()
getText in class PNGTextChunkpublic PngText getContents()
getContents in class PNGTextChunk
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||