com.atlassian.confluence.importexport.xmlimport
Interface InputStreamFactory


public interface InputStreamFactory

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.


Method Summary
 InputStream newInputStream()
           
 

Method Detail

newInputStream

InputStream newInputStream()
                           throws ImportExportException
Throws:
ImportExportException


Copyright © 2003-2010 Atlassian. All Rights Reserved.