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 TempFileInputStreamTempFileInputStream. setDeleteOnClose(Boolean bNewDeleteOnClose)Setter forbDeleteOnClose: Whether to delete the file when close() is called or not.TempFileInputStreamTempFileInputStream. setTempFile(File fNewTempFile)Setter forfTempFile: The temporary file for deletion.TempFileInputStreamTempFileInputStream. setTimeoutMS(Long newTimeoutMS)Setter fortimeoutMS: Timeout after which, if the file still exists, it will be deleted.
-