Interface InputStreamFactory
-
@Deprecated public interface InputStreamFactory
Deprecated.since 7.17.0.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description InputStream
newInputStream()
Deprecated.
-
-
-
Method Detail
-
newInputStream
InputStream newInputStream() throws ImportExportException
Deprecated.- Throws:
ImportExportException
-
-