Uses of Interface
org.apache.james.mime4j.message.storage.TempFile

Packages that use TempFile
org.apache.james.mime4j.message.storage   
 

Uses of TempFile in org.apache.james.mime4j.message.storage
 

Methods in org.apache.james.mime4j.message.storage that return TempFile
 TempFile TempPath.createTempFile()
          Creates a new temporary file.
 TempFile TempPath.createTempFile(java.lang.String prefix, java.lang.String suffix)
          Creates a new temporary file.
 TempFile TempPath.createTempFile(java.lang.String prefix, java.lang.String suffix, boolean allowInMemory)
          Creates a new temporary file.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.