Modifier and Type | Method and Description |
---|---|
MetadataCollection |
Extractor.extractMetadata(InputStream stream)
Extracts the metadata.
|
MetadataCollection |
MetadataExtractor.extractMetadata(InputStream stream)
Extracts the metadata from the
stream . |
MetadataCollection |
Extractor.extractMetadata(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata.
|
MetadataCollection |
MetadataExtractor.extractMetadata(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
MetadataCollection |
Extractor.extractMetadata(String fileName)
Extracts the metadata.
|
MetadataCollection |
MetadataExtractor.extractMetadata(String fileName)
Extracts the metadata from the
fileName . |
MetadataCollection |
Extractor.extractMetadata(String fileName,
LoadOptions loadOptions)
Extracts the metadata.
|
MetadataCollection |
MetadataExtractor.extractMetadata(String fileName,
LoadOptions loadOptions)
Extracts the metadata from the
fileName . |
protected MetadataCollection |
CellsMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
EmailMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
EpubMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
FictionBookMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
MetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
PdfMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
SlidesMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
WordsMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
Modifier and Type | Method and Description |
---|---|
Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadata(InputStream stream)
Extracts the complex metadata from the
stream . |
Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadata(InputStream stream,
LoadOptions loadOptions)
Extracts the complex metadata from the
stream . |
Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadata(String fileName)
Extracts the complex metadata from the
fileName . |
Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadata(String fileName,
LoadOptions loadOptions)
Extracts the complex metadata from the
fileName . |
protected abstract Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the complex metadata from the
stream . |
protected Enumeration<MetadataCollection> |
EpubMetadataExtractor.extractComplexMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the complex metadata from the
stream . |
Copyright © 2018. All rights reserved.