Uses of Enum Class
org.cojen.tupl.io.LengthOption
Packages that use LengthOption
-
Uses of LengthOption in org.cojen.tupl.io
Subclasses with type arguments of type LengthOption in org.cojen.tupl.ioMethods in org.cojen.tupl.io that return LengthOptionModifier and TypeMethodDescriptionstatic LengthOptionReturns the enum constant of this class with the specified name.static LengthOption[]LengthOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cojen.tupl.io with parameters of type LengthOptionModifier and TypeMethodDescriptionabstract voidFileIO.expandLength(long length, LengthOption option) Attempt to expand the length of the file.