Interface InputStreamFactory

  • All Known Implementing Classes:
    DefaultInputStreamFactory, URLEnabledInputStreamFactory

    public interface InputStreamFactory
    Interface to allow for custom/consistent creation of InputStream

    This factory is used statically in TikaResource. Make sure not to hold instance state in implementations.