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, getPropertyBitsgetByteOrder, getDebug, setDebugpublic 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"