Modifier and Type | Class and Description |
---|---|
class |
CellsMediaTypeDetector
Provides the functionality to detect the media type of a spreadsheet.
|
class |
ChmMediaTypeDetector
Provides the functionality to detect the media type of CHM.
|
class |
CompositeMediaTypeDetector
Provides the functionality to detect various media types.
|
class |
CsvMediaTypeDetector
Provides the functionality to detect CSV's media type.
|
class |
EmailMediaTypeDetector
Provides the functionality to the detect media type of an email message.
|
class |
EpubMediaTypeDetector
Provides the functionality to detect the media type of EPUB document.
|
class |
FictionBookMediaTypeDetector
Provides the functionality to detect the media type of FB2 (FictionBook) document.
|
class |
NoteMediaTypeDetector
Provides the functionality to detect the media type of OneNote sections.
|
class |
PdfMediaTypeDetector
Provides the functionality to detect the media type of PDF document.
|
class |
PersonalStorageMediaTypeDetector
Provides the functionality to detect the media type of Outlook's Personal Storage.
|
class |
SlidesMediaTypeDetector
Provides the functionality to detect the media type of a presentation.
|
class |
WordsMediaTypeDetector
Provides the functionality to detect the media type a text document.
|
class |
ZipMediaTypeDetector
Provides the functionality to detect the media type of ZIP archive.
|
Modifier and Type | Field and Description |
---|---|
static MediaTypeDetector |
CompositeMediaTypeDetector.DEFAULT
A default media type detector.
|
Modifier and Type | Method and Description |
---|---|
MediaTypeDetector |
Extractor.getMediaTypeDetector()
Gets a media type detector.
|
MediaTypeDetector |
ExtractorFactory.getMediaTypeDetector()
Gets a media type detector.
|
Constructor and Description |
---|
CompositeMediaTypeDetector(MediaTypeDetector... mediaTypeDetectors)
Initializes a new instance of the
CompositeMediaTypeDetector class. |
ContainerEnumerator(IContainerFactory containerFactory,
MediaTypeDetector containerMediaTypeDetector,
Container container)
Initializes a new instance
of the
ContainerEnumerator class. |
ContainerEnumerator(IContainerFactory containerFactory,
MediaTypeDetector containerMediaTypeDetector,
Container container,
boolean detectContainerByContent)
Initializes a new instance of the
ContainerEnumerator class. |
Extractor(MediaTypeDetector mediaTypeDetector,
EncodingDetector encodingDetector,
INotificationReceiver notificationReceiver)
Initializes a new instance of the
Extractor class. |
Extractor(MediaTypeDetector mediaTypeDetector,
EncodingDetector encodingDetector,
INotificationReceiver notificationReceiver,
DocumentFormatter documentFormatter)
Initializes a new instance of the
Extractor class. |
ExtractorFactory(DocumentFormatter documentFormatter,
MediaTypeDetector mediaTypeDetector)
Initializes a new instance of the
ExtractorFactory class. |
ExtractorFactory(DocumentFormatter documentFormatter,
MediaTypeDetector mediaTypeDetector,
EncodingDetector encodingDetector)
Initializes a new instance of the
ExtractorFactory class. |
ExtractorFactory(DocumentFormatter documentFormatter,
MediaTypeDetector mediaTypeDetector,
EncodingDetector encodingDetector,
INotificationReceiver notificationReceiver)
Initializes a new instance of the
ExtractorFactory class. |
Copyright © 2019. All rights reserved.