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