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 IOFactory
java.io.FileNotFoundException
public java.io.OutputStream createOutputStream(File aFile) throws java.io.FileNotFoundException
createOutputStream
in interface IOFactory
java.io.FileNotFoundException
public File createFile(java.lang.String fileName)
createFile
in interface IOFactory
Copyright © 2002 Mock Objects. All Rights Reserved.