|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileInputStreamFactory
This interface defines an interface for creating FileInputStream
:s.
It is used to open streams with certain properties without having to make the
code opening the stream take care of that.
A factory instance should only be used once and then discarded.
Method Summary | |
---|---|
FileInputStream |
createFileInputStream(File f)
Create a FileInputStream on the file. |
Method Detail |
---|
FileInputStream createFileInputStream(File f) throws FileNotFoundException
FileInputStream
on the file.
f
- The file to open.
FileInputStream
.
FileNotFoundException
- If the file is not found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |