Uses of Enum
io.github.zazalng.contracts.DBFEncoding
Packages that use DBFEncoding
-
Uses of DBFEncoding in io.github.zazalng
Constructors in io.github.zazalng with parameters of type DBFEncodingModifierConstructorDescriptionDBF(Path path, DBFEncoding encoding) Constructs a new DBF reader instance with Enforce with forcing Decode with DBFEncoding and immediately attempts to load the file data. -
Uses of DBFEncoding in io.github.zazalng.contracts
Methods in io.github.zazalng.contracts that return DBFEncodingModifier and TypeMethodDescriptionstatic DBFEncodingDBFEncoding.fromCode(int code) Retrieves theDBFEncodingenum constant corresponding to the given LDID code.static DBFEncodingReturns the enum constant of this type with the specified name.static DBFEncoding[]DBFEncoding.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DBFEncoding in io.github.zazalng.entity
Methods in io.github.zazalng.entity that return DBFEncodingModifier and TypeMethodDescriptionDBFHeader.encoding()Gets the character encoding defined by the Language Driver ID (LDID) byte in the header.Constructors in io.github.zazalng.entity with parameters of type DBFEncodingModifierConstructorDescriptionDBFHeader(SeekableByteChannel ch, DBFEncoding encoding) Reads and parses the DBF header structure and field descriptors from the given channel.