OOP MimeParser Version 3.5

Package com.bentofw.util

The classes and interfaces required for APIs by OOP-Research.

See:
          Description

Interface Summary
BinaryChecker Given the binary contents, check if the file is the specific mime-type or not.
GenericLogger Interface for logging.
 

Class Summary
AcceptMime Read the list of the acceptable mime-types from the resource file, and returns the Set object.
CheckBmpLight One of the implementation of BinaryChecker.
CheckGifLight One of the implementation of BinaryChecker.
CheckGifStrict One of the implementation of BinaryChecker.
CheckJpegLight One of the implementation of BinaryChecker.
CheckJpegStrict One of the implementation of BinaryChecker.
CheckPdfLight One of the implementation of BinaryChecker.
CheckPdfStrict One of the implementation of BinaryChecker.
CheckPngLight One of the implementation of BinaryChecker.
CheckPngStrict One of the implementation of BinaryChecker.
CheckPsLight One of the implementation of BinaryChecker.
ImageSizeChecker Check width/height of the image file.
Logger4Jcl GenericLogger implementation for Apache Common Logging API.
Logger4Jdk GenericLogger implementation for Java Logging API that is introduced in JDK 1.4 .
MimeMapDic Resolve the mime-type from the file name.
 

Exception Summary
CorruptedBinaryContentsException Thrown if the binary contents of the uploaded file do not match to the intended pattern for the specified mime-type.
GetRequestException Thrown by the Java API (such as MimeParser) which does not support "GET" request.
LargeImageException Thrown if the uploaded file is larger than the specified maximum file.
NestedException The exception for the system error.
NoPropertyFileException This exception will be thrown when the required property file is not found.
SimpleException The exception for the logical error.
TooLargeBodyException When the Content-Length of the request exceeds the specified max size, this exception is thrown.
 

Package com.bentofw.util Description

The classes and interfaces required for APIs by OOP-Research.


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.