Class mxPngTextDecoder


  • public class mxPngTextDecoder
    extends java.lang.Object
    Utility class to extract the compression text portion of a PNG
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • mxPngTextDecoder

        public mxPngTextDecoder()
    • Method Detail

      • decodeCompressedText

        public 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.