irc
Interface FileHandler

All Known Implementing Classes:
AppletFileHandler, LocalFileHandler

public interface FileHandler

File handling.


Method Summary
 java.io.InputStream getInputStream(java.lang.String fileName)
          Get an input stream from the given filename.
 

Method Detail

getInputStream

public java.io.InputStream getInputStream(java.lang.String fileName)
Get an input stream from the given filename.

Parameters:
fileName - file name to get inputstream from.
Returns:
inputstream from the file, or null if unable.