Module com.github.akurilov.commons
Interface FileOutput<T>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,Output<T>
- All Known Implementing Classes:
BinFileOutput,TextFileOutput
public interface FileOutput<T> extends Output<T>
A Java objects file output
-
-
Field Summary
Fields Modifier and Type Field Description static java.nio.file.OpenOption[]OUTPUT_OPEN_OPTIONS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.PathgetFilePath()
-