TransientFileFactory
utility class can be used to create transient files, i.e. temporary files that are automatically removed once the associated File
object is reclaimed by the garbage collector. File deletion is handled by a low-priority background thread.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|