public abstract class PngTextChunk extends PngChunk
Constructor and Description |
---|
PngTextChunk(int length,
int chunkType,
int crc,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
abstract PngText |
getContents() |
abstract java.lang.String |
getKeyword() |
abstract java.lang.String |
getText() |
getBytes, getPropertyBits
getByteOrder, getDebug, setDebug
public PngTextChunk(int length, int chunkType, int crc, byte[] bytes)
public abstract java.lang.String getKeyword()
public abstract java.lang.String getText()
public abstract PngText getContents()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"