Uses of Interface
org.apache.any23.source.LocalCopyFactory
-
Packages that use LocalCopyFactory Package Description org.apache.any23 The Any23 root package defines theAny23
library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractor
API.org.apache.any23.source Package containing some auxiliary classes to handle different types ofInputStream
sources. -
-
Uses of LocalCopyFactory in org.apache.any23
Methods in org.apache.any23 with parameters of type LocalCopyFactory Modifier and Type Method Description void
Any23. setCacheFactory(LocalCopyFactory cache)
Allows to set aLocalCopyFactory
instance. -
Uses of LocalCopyFactory in org.apache.any23.extractor
Methods in org.apache.any23.extractor with parameters of type LocalCopyFactory Modifier and Type Method Description void
SingleDocumentExtraction. setLocalCopyFactory(LocalCopyFactory copyFactory)
Sets the internal factory for generating the document local copy, ifnull
theMemCopyFactory
will be used. -
Uses of LocalCopyFactory in org.apache.any23.source
Classes in org.apache.any23.source that implement LocalCopyFactory Modifier and Type Class Description class
MemCopyFactory
Creates local copies ofDocumentSource
by reading them into an in-memory buffer.
-