JGraph X 1.4.1.0


com.mxgraph.util.png
Class mxPNGzTXtDecoder

java.lang.Object
  extended by com.mxgraph.util.png.mxPNGzTXtDecoder

public class mxPNGzTXtDecoder
extends Object

Utility class to extract the compression text portion of a PNG


Field Summary
static int PNG_CHUNK_IEND
           
static int PNG_CHUNK_zTXt
           
 
Constructor Summary
mxPNGzTXtDecoder()
           
 
Method Summary
static Map<String,String> decodezTXt(InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

mxPNGzTXtDecoder

public mxPNGzTXtDecoder()
Method Detail

decodezTXt

public static Map<String,String> decodezTXt(InputStream stream)

JGraph X 1.4.1.0


Copyright (c) 2010 Gaudenz Alder. All rights reserved.