Package alt.java.io
Interface IOFactory
- All Known Implementing Classes:
IOFactoryImpl
,MockIOFactory
public interface IOFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateFile
(String fileName) createInputStream
(File aFile) createOutputStream
(File aFile)
-
Method Details
-
createInputStream
- Throws:
FileNotFoundException
-
createOutputStream
- Throws:
FileNotFoundException
-
createFile
-