|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FileInputStream
j2ee.io.FileInputStream
public class 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 |
---|
public FileInputStream(java.io.File file) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public FileInputStream(java.io.FileDescriptor fdObj)
public FileInputStream(java.lang.String name) throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |