public interface

InputStreamFactory

com.atlassian.confluence.importexport.xmlimport.InputStreamFactory

Class Overview

Importers might need to make several passes over the same import, so we provide them with a factory for input streams, not just a single stream.

Summary

Public Methods
InputStream newInputStream()

Public Methods

public InputStream newInputStream ()