Package org.apache.any23.source
Package containing some auxiliary classes to handle different types of
InputStream sources.-
Interface Summary Interface Description DocumentSource A source of input streams.LocalCopyFactory A factory that creates local copies ofDocumentSources. -
Class Summary Class Description ByteArrayDocumentSource ByteArray implementation ofDocumentSource.FileDocumentSource File implementation ofDocumentSource.HTTPDocumentSource Http implementation ofDocumentSource.MemCopyFactory Creates local copies ofDocumentSourceby reading them into an in-memory buffer.StringDocumentSource String implementation ofDocumentSource.