Class EncryptedFileIOFactory

    • Method Detail

      • create

        public FileIO create​(File file,
                             OpenOption... modes)
                      throws IOException
        Creates I/O interface for file with specified mode.
        Specified by:
        create in interface FileIOFactory
        Parameters:
        file - File
        modes - Open modes.
        Returns:
        File I/O interface.
        Throws:
        IOException - If I/O interface creation was failed.