j2ee.io
Class FileInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FileInputStream
          extended by j2ee.io.FileInputStream
All Implemented Interfaces:
java.io.Closeable

public class FileInputStream
extends java.io.FileInputStream


Constructor Summary
FileInputStream(java.io.File file)
           
FileInputStream(java.io.FileDescriptor fdObj)
           
FileInputStream(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.io.FileInputStream
available, close, finalize, getChannel, getFD, read, read, read, skip
 
Methods inherited from class java.io.InputStream
mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInputStream

public FileInputStream(java.io.File file)
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

FileInputStream

public FileInputStream(java.io.FileDescriptor fdObj)

FileInputStream

public FileInputStream(java.lang.String name)
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException