|
||||||||||
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.Closeable
close
in class java.io.FileInputStream
java.io.IOException
public boolean isDelete()
public void setDelete(boolean delete)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |