public class mxPngTextDecoder extends 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 Map<String,String> |
decodeCompressedText(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
public static Map<String,String> decodeCompressedText(InputStream stream)
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.