Package org.apache.cxf.tools.corba.utils
Interface OutputStreamFactory
- All Known Implementing Classes:
FileOutputStreamFactory
public interface OutputStreamFactory
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateFakeOutputStream(String name) createFakeOutputStream(String packageName, String name) createOutputStream(String name) createOutputStream(String packageName, String name) booleanisOutputStreamExists(String packageName, String name)
-
Method Details
-
createOutputStream
- Throws:
IOException
-
createOutputStream
- Throws:
IOException
-
createFakeOutputStream
- Throws:
IOException
-
createFakeOutputStream
- Throws:
IOException
-
createSubpackageOutputStreamFactory
- Throws:
IOException
-
getStreamNames
- Throws:
IOException
-
clearStreams
void clearStreams() -
isOutputStreamExists
-