Uses of Interface
org.apache.any23.source.LocalCopyFactory
-
Packages that use LocalCopyFactory Package Description org.apache.any23 The Any23 root package defines theAny23library facade and auxiliary classes.org.apache.any23.extractor This package contains classes and interfaces modeling theExtractorAPI.org.apache.any23.source Package containing some auxiliary classes to handle different types ofInputStreamsources. -
-
Uses of LocalCopyFactory in org.apache.any23
Methods in org.apache.any23 with parameters of type LocalCopyFactory Modifier and Type Method Description voidAny23. setCacheFactory(LocalCopyFactory cache)Allows to set aLocalCopyFactoryinstance. -
Uses of LocalCopyFactory in org.apache.any23.extractor
Methods in org.apache.any23.extractor with parameters of type LocalCopyFactory Modifier and Type Method Description voidSingleDocumentExtraction. setLocalCopyFactory(LocalCopyFactory copyFactory)Sets the internal factory for generating the document local copy, ifnulltheMemCopyFactorywill be used. -
Uses of LocalCopyFactory in org.apache.any23.source
Classes in org.apache.any23.source that implement LocalCopyFactory Modifier and Type Class Description classMemCopyFactoryCreates local copies ofDocumentSourceby reading them into an in-memory buffer.
-