Package com.mxgraph.util.png
Class mxPngTextDecoder
- java.lang.Object
-
- com.mxgraph.util.png.mxPngTextDecoder
-
public class mxPngTextDecoder extends java.lang.Object
Utility class to extract the compression text portion of a PNG
-
-
Field Summary
Fields Modifier and Type Field Description static int
PNG_CHUNK_IEND
static int
PNG_CHUNK_ZTXT
-
Constructor Summary
Constructors Constructor Description mxPngTextDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods 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.
-
-
-
Field Detail
-
PNG_CHUNK_ZTXT
public static final int PNG_CHUNK_ZTXT
- See Also:
- Constant Field Values
-
PNG_CHUNK_IEND
public static final int PNG_CHUNK_IEND
- See Also:
- Constant Field Values
-
-