private class UESStreamBuffer.UESBufferFileInputStream
extends java.io.FileInputStream
FileInputStream which
 removes file when close method is called.| Modifier and Type | Field and Description | 
|---|---|
private java.io.File | 
file
Instance of file. 
 | 
| Constructor and Description | 
|---|
UESStreamBuffer.UESBufferFileInputStream(java.io.File file)
Creates new instance of UESBufferFileInputStream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close() | 
file - File to be opened for readingjava.io.FileNotFoundException - If given file does not exist