public class mxPngTextDecoder
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
PNG_CHUNK_IEND |
|
static int |
PNG_CHUNK_ZTXT |
| Constructor | Description |
|---|---|
mxPngTextDecoder() |
| Modifier and Type | Method | 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
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.