com.infoengine.soap
Class SOAPAttachmentOutputStream.TemporaryFileInputStream
java.lang.Object
java.io.InputStream
java.io.FileInputStream
com.infoengine.soap.SOAPAttachmentOutputStream.TemporaryFileInputStream
- Enclosing class:
- SOAPAttachmentOutputStream
- class SOAPAttachmentOutputStream.TemporaryFileInputStream
- extends FileInputStream
an extension to FileInputStream that deletes the underlying file
when the stream is closed.
Field Summary |
(package private) File |
f
|
Method Summary |
void |
close()
|
f
File f
SOAPAttachmentOutputStream.TemporaryFileInputStream
SOAPAttachmentOutputStream.TemporaryFileInputStream(File f)
throws FileNotFoundException
close
public void close()
throws IOException
- Throws:
IOException