Class TempFileManager


  • public class TempFileManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TempFileManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TempFile create​(java.lang.String suffix)  
      void purge()  
      • Methods inherited from class java.lang.Object

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

      • TempFileManager

        public TempFileManager()
    • Method Detail

      • create

        public TempFile create​(java.lang.String suffix)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • purge

        public void purge()