Uses of Class
nzilbb.util.TempFileInputStream
-
Packages that use TempFileInputStream Package Description nzilbb.util Utility classes for IO, program execution, ISO language code handling, etc. -
-
Uses of TempFileInputStream in nzilbb.util
Methods in nzilbb.util that return TempFileInputStream Modifier and Type Method Description TempFileInputStream
TempFileInputStream. setDeleteOnClose(Boolean bNewDeleteOnClose)
Setter forbDeleteOnClose
: Whether to delete the file when close() is called or not.TempFileInputStream
TempFileInputStream. setTempFile(File fNewTempFile)
Setter forfTempFile
: The temporary file for deletion.TempFileInputStream
TempFileInputStream. setTimeoutMS(Long newTimeoutMS)
Setter fortimeoutMS
: Timeout after which, if the file still exists, it will be deleted.
-