Package net.i2p.util

Class SecureFile

All Implemented Interfaces:
Serializable, Comparable<File>

public class SecureFile extends SecureDirectory
Same as SecureDirectory but sets the file mode after createNewFile() and createTempFile() also. So just use this instead. Probably should have just made this class in the beginning and not had two.
Since:
0.8.2
Author:
zzz
See Also:
  • Constructor Details

    • SecureFile

      public SecureFile(String pathname)
    • SecureFile

      public SecureFile(String parent, String child)
    • SecureFile

      public SecureFile(File parent, String child)
  • Method Details