@FunctionalInterface public interface FileIOFactory extends Serializable
FileIO factory definition.| Modifier and Type | Method and Description |
|---|---|
default FileIO |
create(File file)
Creates I/O interface for file with default I/O mode.
|
FileIO |
create(File file,
OpenOption... modes)
Creates I/O interface for file with specified mode.
|
default FileIO create(File file) throws IOException
file - File.IOException - If I/O interface creation was failed.FileIO create(File file, OpenOption... modes) throws IOException
file - Filemodes - Open modes.IOException - If I/O interface creation was failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023