Uses of Class
io.github.zazalng.entity.DBFField
Packages that use DBFField
-
Uses of DBFField in io.github.zazalng
Methods in io.github.zazalng that return types with arguments of type DBFField -
Uses of DBFField in io.github.zazalng.entity
Methods in io.github.zazalng.entity that return DBFFieldModifier and TypeMethodDescriptionstatic DBFFieldDBFField.read(ByteBuffer buf, Charset charset) Reads a single 32-byte field descriptor from theByteBuffer.Methods in io.github.zazalng.entity that return types with arguments of type DBFFieldModifier and TypeMethodDescriptionDBFHeader.fields()Gets an unmodifiable list of theDBFFielddescriptors parsed from the header.Constructor parameters in io.github.zazalng.entity with type arguments of type DBFFieldModifierConstructorDescriptionDBFRow(List<DBFField> fields, ByteBuffer buffer, Charset charset) Constructs a new DBFRow by reading and decoding the raw bytes from the buffer.