OOP MimeParser Version 3.5

com.bentofw.util
Class CheckBmpLight

java.lang.Object
  extended by com.bentofw.util.BinaryCheckerByString
      extended by com.bentofw.util.CheckBmpLight
All Implemented Interfaces:
BinaryChecker

public class CheckBmpLight
extends com.bentofw.util.BinaryCheckerByString

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

There is no guarantee that this implementation can always return the correct result. This implementation checks only the first few bytes. Even if the first few bytes matche the patterns for the BMP, there may be a case that the rest of the contents are invalid.

Since:
1.5
Author:
Jun Inamori
See Also:



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

Constructor Detail

CheckBmpLight

public CheckBmpLight()

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.