alt.java.io
Interface IOFactory
- All Known Implementing Classes:
- IOFactoryImpl, MockIOFactory
public interface IOFactory
createInputStream
java.io.InputStream createInputStream(File aFile)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
createOutputStream
java.io.OutputStream createOutputStream(File aFile)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
createFile
File createFile(java.lang.String fileName)
Copyright © 2002 Mock Objects. All Rights Reserved.