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