Modifier and Type | Class and Description |
---|---|
class |
AviFormat
Represents AVI video format.
|
class |
BmpFormat
Represents BMP image format.
|
class |
DICOMFormat
Represents DICOM image format.
|
class |
DjvuFormat
Represents DjVu image format.
|
class |
DocFormat
Represents MS Word format.
|
class |
DocumentFormat<T extends DocumentMetadata<TK>,TK extends MetadataProperty,DI extends DocumentInfo>
Represents base abstraction for document formats such as PDF, WORD, EXCEL, PowerPoint.
|
class |
DwgFormat
Represents binary DWG format.
|
class |
DxfFormat
Represents AutoCAD DFX format.
|
class |
EmfFormat
Represents EMF image format.
|
class |
EmlFormat
Represents Email message format.
|
class |
EpubFormat
Represents EPUB e-booking file format.
|
class |
FlvFormat
Represents the FLV video format.
|
class |
GifFormat
Represents GIF (Graphics Interchange Format) format.
|
class |
ImageFormat
Represents base abstraction for image format.
|
class |
Jp2Format
Represents JPEG2000 format.
|
class |
JpegFormat
Represents JPEG format.
|
class |
MovFormat
Represents QuickTime File Format.
|
class |
Mp3Format
Represents the Mp3 format (MPEG-1 and/or MPEG-2 Audio Layer III).
|
class |
MppFormat
Represents Microsoft Project format.
|
class |
OneNoteFormat
Represents OneNote format.
|
class |
OutlookMessage
Represents Outlook Message format.
|
class |
PdfFormat
Represents PDF format.
|
class |
PngFormat
Represents PNG format.
|
class |
PptFormat
Represents Power Point format.
|
class |
PsdFormat
Represents Adobe Photoshop format.
|
class |
RiffFormat
Provides the abstract base class for all formats based on the RIFF container.
|
class |
TiffFormat
Represents TIFF format.
|
class |
TorrentFormat
Represents torrent format.
|
class |
VisioFormat
Represents MS Visio format.
|
class |
WavFormat
Represents Waveform Audio File Format.
|
class |
WebPFormat
Represents WebP image format.
|
class |
WmfFormat
Represents WMF image format.
|
class |
XlsFormat
Represents Excel format.
|
class |
ZipFormat
Represents ZIP format.
|
Modifier and Type | Method and Description |
---|---|
static FormatBase |
FormatFactory.recognizeFormat(InputStream stream)
Recognizes file and returns appropriate instance of
FormatBase . |
static FormatBase |
FormatFactory.recognizeFormat(String path)
Recognizes file and returns appropriate instance of
FormatBase . |
Copyright © 2018. All rights reserved.