Uses of Enum Class
org.cojen.tupl.io.OpenOption
Packages that use OpenOption
-
Uses of OpenOption in org.cojen.tupl.io
Subclasses with type arguments of type OpenOption in org.cojen.tupl.ioMethods in org.cojen.tupl.io that return OpenOptionModifier and TypeMethodDescriptionstatic OpenOption
Returns the enum constant of this class with the specified name.static OpenOption[]
OpenOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.cojen.tupl.io with type arguments of type OpenOptionModifier and TypeMethodDescriptionFilePageArray.factory
(int pageSize, File file, EnumSet<OpenOption> options) static Supplier
<MappedPageArray> MappedPageArray.factory
(int pageSize, long pageCount, File file, EnumSet<OpenOption> options) static FileIO
FileIO.open
(File file, EnumSet<OpenOption> options) static FileIO
FileIO.open
(File file, EnumSet<OpenOption> options, int openFileCount)