|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FileInputStream
org.codehaus.xfire.util.DeleteOnCloseFileInputStream
public class DeleteOnCloseFileInputStream
| Constructor Summary | |
|---|---|
DeleteOnCloseFileInputStream(java.io.File file)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
isDelete()
|
void |
setDelete(boolean delete)
|
| 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 |
| Constructor Detail |
|---|
public DeleteOnCloseFileInputStream(java.io.File file)
throws java.io.FileNotFoundException
java.io.FileNotFoundException| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.FileInputStreamjava.io.IOExceptionpublic boolean isDelete()
public void setDelete(boolean delete)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||