Package com.mxgraph.util.png
Class mxPngTextDecoder
java.lang.Object
com.mxgraph.util.png.mxPngTextDecoder
Utility class to extract the compression text portion of a PNG
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeCompressedText
(InputStream stream) Decodes the zTXt chunk of the given PNG image stream.
-
Field Details
-
PNG_CHUNK_ZTXT
public static final int PNG_CHUNK_ZTXT- See Also:
-
PNG_CHUNK_IEND
public static final int PNG_CHUNK_IEND- See Also:
-
-
Constructor Details
-
mxPngTextDecoder
public mxPngTextDecoder()
-
-
Method Details
-
decodeCompressedText
Decodes the zTXt chunk of the given PNG image stream.
-