| Constructor and Description |
|---|
IOFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
File |
createFile(java.lang.String fileName) |
java.io.InputStream |
createInputStream(File aFile) |
java.io.OutputStream |
createOutputStream(File aFile) |
public java.io.InputStream createInputStream(File aFile) throws java.io.FileNotFoundException
createInputStream in interface IOFactoryjava.io.FileNotFoundExceptionpublic java.io.OutputStream createOutputStream(File aFile) throws java.io.FileNotFoundException
createOutputStream in interface IOFactoryjava.io.FileNotFoundExceptionpublic File createFile(java.lang.String fileName)
createFile in interface IOFactoryCopyright © 2002 Mock Objects. All Rights Reserved.