public class TempFileInputStream extends FileInputStream
| Constructor and Description |
|---|
TempFileInputStream(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
getTmpFile() |
void |
setTmpFile(File tmpFile) |
available, finalize, getChannel, getFD, read, read, read, skipmark, markSupported, resetpublic TempFileInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FileInputStreamIOExceptionpublic File getTmpFile()
public void setTmpFile(File tmpFile)
Copyright © 2017 Perforce Software. All Rights Reserved.