|
Purple Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.FileInputStream
|
+--com.purpletech.io.LockingFileInputStream
| Field Summary | |
protected java.io.File |
f
|
| Constructor Summary | |
LockingFileInputStream(java.io.File f)
|
|
LockingFileInputStream(java.lang.String s)
|
|
| Method Summary | |
void |
close()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.io.FileInputStream |
available, 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 |
| Field Detail |
protected java.io.File f
| Constructor Detail |
public LockingFileInputStream(java.io.File f)
throws java.io.IOException
public LockingFileInputStream(java.lang.String s)
throws java.io.IOException
| Method Detail |
public void close()
throws java.io.IOException
close in class java.io.FileInputStreamjava.io.IOException
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
Documentation generated March 5 2003 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||