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, skip
mark, markSupported, reset
public TempFileInputStream(File file) throws FileNotFoundException
FileNotFoundException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FileInputStream
IOException
public File getTmpFile()
public void setTmpFile(File tmpFile)
Copyright © 2017 Perforce Software. All Rights Reserved.