Package org.apache.poi.util
Class PngUtils
- java.lang.Object
 - 
- org.apache.poi.util.PngUtils
 
 
- 
public final class PngUtils extends java.lang.Object 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanmatchesPngHeader(byte[] data, int offset)Checks if the offset matches the PNG header. 
 -