Class 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
      void close()  
      java.io.File get()  
      java.lang.String getPath()  
      java.io.PrintWriter getWriter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TmpFile

        public TmpFile()
                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • get

        public java.io.File get()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.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()