Interface FileUtils.TempFile

All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
FileUtils.CollocatedTempFile
Enclosing class:
FileUtils

public static interface FileUtils.TempFile extends Closeable
A temporary file, that is removed when closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the path of the created temp file.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • getPath

      Returns the path of the created temp file.