Class MemCopyFactory

  • All Implemented Interfaces:
    LocalCopyFactory

    public class MemCopyFactory
    extends Object
    implements LocalCopyFactory
    Creates local copies of DocumentSource by reading them into an in-memory buffer. This allows opening several input streams over the content at lower cost.
    Author:
    Richard Cyganiak (richard@cyganiak.de)