Package ciir.umass.edu.utilities
Class TmpFile
- java.lang.Object
-
- ciir.umass.edu.utilities.TmpFile
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class TmpFile extends java.lang.Object implements java.io.Closeable- Author:
- jfoley.
-
-
Constructor Summary
Constructors Constructor Description TmpFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.io.Fileget()java.lang.StringgetPath()java.io.PrintWritergetWriter()
-
-
-
Method Detail
-
get
public java.io.File get()
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
getWriter
public java.io.PrintWriter getWriter() throws java.io.IOException- Throws:
java.io.IOException
-
getPath
public java.lang.String getPath()
-
-