Uses of Enum
io.github.zazalng.contracts.DBFVersion
Packages that use DBFVersion
-
Uses of DBFVersion in io.github.zazalng
Methods in io.github.zazalng that return DBFVersionModifier and TypeMethodDescriptionDBF.getVersion()Gets the version/dialect of the DBF file format. -
Uses of DBFVersion in io.github.zazalng.contracts
Methods in io.github.zazalng.contracts that return DBFVersionModifier and TypeMethodDescriptionstatic DBFVersionDBFVersion.fromByte(byte b) Factory method to resolve theDBFVersionfrom the raw byte code found in the file header.static DBFVersionReturns the enum constant of this type with the specified name.static DBFVersion[]DBFVersion.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DBFVersion in io.github.zazalng.entity
Methods in io.github.zazalng.entity that return DBFVersionModifier and TypeMethodDescriptionDBFHeader.version()Gets the version/dialect of the DBF file format.