railo.commons.io
Class BufferedFileInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
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())
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