Copyright 2012-02-25 Werner Randelshofer

Package ch.randelshofer.activation

Provides helper classes for the JavaBeans Activation Framework (JAF).

See:
          Description

Interface Summary
Recognizer A recognizer is able to guess the data type of a data stream by inspecting a few bytes at the beginning of the stream.
 

Class Summary
AmigaGuideRecognizer This Recognizer recognizes Amiga-Guide files.
BasicCommandMap This CommandMap supports multiple commands for the same MIME type.
FileTypeMappedURLDataSource An extension to URLDataSource which tries to guess the content type of the URL by using the default FileTypeMap when the URLConnection returns 'content/unknown' or 'application/octet-stream'.
HierarchicCommandMap This command map allows the specification of generic commands, that can be applied to multiple mime types.
IFFRecognizer This recognizer can identify IFF files.
JAIRecognizer This content type detector uses the JAI (Java Advanced Imaging API) to detect file types.
MagicRecognizer MagicRecognizer.
MultiFileTypeMap This file type map serves as a container for a collection of file type maps.
MultiRecognizer This content type detector serves as a container for a collection of content type detectors.
RecognizerFileTypeMap This file data source uses a Recognizer to determine the content type of the file.
RIFFRecognizer This recognizer can identify RIFF files.
URLConnectionRecognizer This content type detector uses java.net.URLConnection#guessContentTypeFromStream() to determine the type of data.
ZipRecognizer This recognizer can identify Zip files.
 

Package ch.randelshofer.activation Description

Provides helper classes for the JavaBeans Activation Framework (JAF).

Version:
2011-01-16
Author:
Werner Randelshofer

Copyright 2012-02-25 Werner Randelshofer