public class mxPngTextDecoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PNG_CHUNK_IEND |
static int |
PNG_CHUNK_ZTXT |
| Constructor and Description |
|---|
mxPngTextDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
decodeCompressedText(java.io.InputStream stream)
Decodes the zTXt chunk of the given PNG image stream.
|
public static final int PNG_CHUNK_ZTXT
public static final int PNG_CHUNK_IEND