public interface BBjAdminBBjFile extends BBjAdminPropertyWriter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_TYPE |
static java.lang.String |
FULL_PATH |
static java.lang.String |
KEY_SIZE |
static java.lang.String |
NAME |
static java.lang.String |
RECORD_SIZE |
Modifier and Type | Method and Description |
---|---|
BBjAdminList<KeyDescription> |
getKeyDescriptions()
Returns a list of KeyDescription objects for the keys on the file if it is a
multi-keyed file.
|
long |
getRecordCount()
Returns number of records currently in the data file at the time this method
is called.
|
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
static final java.lang.String FULL_PATH
static final java.lang.String NAME
static final java.lang.String FILE_TYPE
static final java.lang.String KEY_SIZE
static final java.lang.String RECORD_SIZE
long getRecordCount() throws BBjAdminException
BBjAdminException
BBjAdminList<KeyDescription> getKeyDescriptions() throws BBjAdminException
BBjAdminException