public final class BufferedFileInputStream extends BufferedInputStream
new BufferedInputStream(new FileInputStream())
Constructor and Description |
---|
BufferedFileInputStream(File file)
constructor of the class
|
BufferedFileInputStream(String strFile)
constructor of the class
|
available, close, mark, markSupported, read, read, reset, skip
read
public BufferedFileInputStream(File file) throws FileNotFoundException
file
- FileNotFoundException
public BufferedFileInputStream(String strFile) throws FileNotFoundException
strFile
- FileNotFoundException
Copyright © 2015 Lucee