irc
Class LocalFileHandler

java.lang.Object
  |
  +--irc.LocalFileHandler
All Implemented Interfaces:
FileHandler

public class LocalFileHandler
extends java.lang.Object
implements FileHandler

Local file handler.


Constructor Summary
LocalFileHandler()
           
 
Method Summary
 java.io.InputStream getInputStream(java.lang.String fileName)
          Get an input stream from the given filename.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFileHandler

public LocalFileHandler()
Method Detail

getInputStream

public java.io.InputStream getInputStream(java.lang.String fileName)
Description copied from interface: FileHandler
Get an input stream from the given filename.

Specified by:
getInputStream in interface FileHandler
Parameters:
fileName - file name to get inputstream from.
Returns:
inputstream from the file, or null if unable.