alt.java.io
public interface IOFactory
Modifier and Type | Method and Description |
---|---|
File |
createFile(java.lang.String fileName) |
java.io.InputStream |
createInputStream(File aFile) |
java.io.OutputStream |
createOutputStream(File aFile) |
java.io.InputStream createInputStream(File aFile) throws java.io.FileNotFoundException
java.io.FileNotFoundException
java.io.OutputStream createOutputStream(File aFile) throws java.io.FileNotFoundException
java.io.FileNotFoundException
File createFile(java.lang.String fileName)
Copyright © 2002 Mock Objects. All Rights Reserved.