OOP MimeParser Version 3.5

com.bentofw.util
Class CheckPngStrict

java.lang.Object
  extended by com.bentofw.util.BinaryCheckerByImageIo
      extended by com.bentofw.util.CheckPngStrict
All Implemented Interfaces:
BinaryChecker

public class CheckPngStrict
extends com.bentofw.util.BinaryCheckerByImageIo

One of the implementation of BinaryChecker. Check if the given binary contents matches PNG file or not.

This class depends on Java ImageIO package, which is a part of JDK 1.4. Only if you use JDK 1.4 or later, you can use this class.

Since:
1.5
Author:
Jun Inamori
See Also:



Constructor Summary
CheckPngStrict()
           
 
Method Summary
 
Methods inherited from class com.bentofw.util.BinaryCheckerByImageIo
checkBinary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckPngStrict

public CheckPngStrict()

OOP MimeParser Version 3.5

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.