railo.commons.io
Class BufferedFileInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by java.io.BufferedInputStream
              extended by railo.commons.io.BufferedFileInputStream
All Implemented Interfaces:
Closeable

public final class BufferedFileInputStream
extends BufferedInputStream

this class is the short form for new BufferedInputStream(new FileInputStream())


Constructor Summary
BufferedFileInputStream(File file)
          constructor of the class
BufferedFileInputStream(String strFile)
          constructor of the class
 
Method Summary
 
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedFileInputStream

public BufferedFileInputStream(File file)
                        throws FileNotFoundException
constructor of the class

Parameters:
file -
Throws:
FileNotFoundException

BufferedFileInputStream

public BufferedFileInputStream(String strFile)
                        throws FileNotFoundException
constructor of the class

Parameters:
strFile -
Throws:
FileNotFoundException


Copyright © 2012 Railo