Modifier and Type | Class and Description |
---|---|
class |
AsfFormat
Represents an ASF video file.
|
class |
AviFormat
Represents an AVI video file.
|
class |
BmpFormat
Represents a BMP image.
|
class |
DICOMFormat
Represents a DICOM image.
|
class |
DjvuFormat
Represents a DjVu image.
|
class |
DocFormat
Represents a word processing document.
|
class |
DocumentFormat<T extends DocumentMetadata<TK>,TK extends MetadataProperty,TDi extends DocumentInfo>
Represents base abstraction for document formats such as PDF, WORD, EXCEL, PowerPoint etc.
|
class |
DwgFormat
Represents a DWG file.
|
class |
DxfFormat
Represents an AutoCAD DFX (Drawing Exchange Format) file.
|
class |
EmfFormat
Represents an EMF image.
|
class |
EmlFormat
Represents an email message saved in the EML format.
|
class |
EpubFormat
Represents an e-book in the EPUB format.
|
class |
FlvFormat
Represents a FLV video file.
|
class |
GifFormat
Represents a GIF (Graphics Interchange Format) image.
|
class |
ImageFormat
Represents base abstraction for image files.
|
class |
Jp2Format
Represents a JPEG2000 image.
|
class |
JpegFormat
Represents a JPEG image.
|
class |
MatroskaFormat
Represents a video encoded with the Matroska Media Container.
|
class |
MovFormat
Represents a QuickTime video file.
|
class |
Mp3Format
Represents an Mp3 audio file (MPEG-1 and/or MPEG-2 Audio Layer III).
|
class |
MppFormat
Represents Microsoft Project format.
|
class |
OneNoteFormat
Represents a OneNote section file.
|
class |
OpenTypeFormat
Represents an OpenType font format file.
|
class |
OutlookMessage
Represents an email message saved in the MSG format.
|
class |
PdfFormat
Represents a PDF document.
|
class |
PngFormat
Represents a PNG image.
|
class |
PptFormat
Represents a PowerPoint presentation.
|
class |
PsdFormat
Represents an Adobe Photoshop drawing.
|
class |
RiffFormat
Provides an abstract base class for all formats based on the RIFF container.
|
class |
TiffFormat
Represents a TIFF image.
|
class |
TorrentFormat
Represents a torrent file.
|
class |
VCardFormat
Represents a vCard (Virtual Contact File) electronic business card.
|
class |
VisioFormat
Represents a Microsoft Visio diagram.
|
class |
WavFormat
Represents a WAV (Waveform Audio File Format) audio file.
|
class |
WebPFormat
Represents a WebP image.
|
class |
WmfFormat
Represents a WMF image format.
|
class |
XlsFormat
Represents a spreadsheet document.
|
class |
ZipFormat
Represents a ZIP archive.
|
Modifier and Type | Method and Description |
---|---|
static FormatBase |
FormatFactory.recognizeFormat(InputStream stream)
Recognizes a file and returns the appropriate descendant of
FormatBase . |
static FormatBase |
FormatFactory.recognizeFormat(String path)
Recognizes a file and returns the appropriate descendant of
FormatBase . |
Copyright © 2019. All rights reserved.