Package org.openjdk.jmh.util
Class TempFile
- java.lang.Object
-
- org.openjdk.jmh.util.TempFile
-
public class TempFile extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
file
-
Constructor Summary
Constructors Constructor Description TempFile(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
java.io.File
file()
java.lang.String
getAbsolutePath()
-