alt.java.io

Class IOFactoryImpl

Implemented Interfaces:
IOFactory

public class IOFactoryImpl
extends java.lang.Object
implements IOFactory

Method Summary

File
createFile(String fileName)
InputStream
createInputStream(File aFile)
OutputStream
createOutputStream(File aFile)

Method Details

createFile

public File createFile(String fileName)
Specified by:
createFile in interface IOFactory

createInputStream

public InputStream createInputStream(File aFile)
            throws FileNotFoundException
Specified by:
createInputStream in interface IOFactory

createOutputStream

public OutputStream createOutputStream(File aFile)
            throws FileNotFoundException
Specified by:
createOutputStream in interface IOFactory

Copyright © 2002 Mock Objects. All Rights Reserved.