Package net.i2p.util

Class SecureFileOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class SecureFileOutputStream
    extends FileOutputStream
    Same as FileOutputStream but sets the file mode so it can only be read and written by the owner only (i.e. 600 on linux)
    Since:
    0.8.1
    Author:
    zzz