Package | Description |
---|---|
org.apache.any23 |
The Any23 root package defines the
Any23
library facade and auxiliary classes. |
org.apache.any23.extractor |
This package contains classes and interfaces modeling the
Extractor API. |
org.apache.any23.source |
Package containing some auxiliary classes to handle different types
of
InputStream sources. |
Modifier and Type | Method and Description |
---|---|
void |
Any23.setCacheFactory(LocalCopyFactory cache)
Allows to set a
LocalCopyFactory instance. |
Modifier and Type | Method and Description |
---|---|
void |
SingleDocumentExtraction.setLocalCopyFactory(LocalCopyFactory copyFactory)
Sets the internal factory for generating the document local copy,
if
null the MemCopyFactory will be used. |
Modifier and Type | Class and Description |
---|---|
class |
MemCopyFactory
Creates local copies of
DocumentSource by
reading them into an in-memory buffer. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.