HEADER

Uses of Class
ru.biosoft.access.Entry

Packages that use Entry
ru.biosoft.access 
ru.biosoft.access.support 

Uses of Entry in ru.biosoft.access
 

Methods in ru.biosoft.access with parameters of type Entry
IndexIndexTable.put(RandomAccessFile f, ru.biosoft.access.Entry entry)
          Put new entry to the file and puts the corresponding entry index table.
 

Uses of Entry in ru.biosoft.access.support
 

Constructors in ru.biosoft.access.support with parameters of type Entry
DatabaseEntry.DatabaseEntry(DataCollection origin, String name, Entry entry)
          
 

Methods in ru.biosoft.access.support that return Entry
EntryDatabaseEntry.getEntry()
          
 

Methods in ru.biosoft.access.support with parameters of type Entry
static StringEntryParser.parseStringValue(Entry entry, String fieldTag, String lineSeparator, boolean trim)
          Parse the string field value from database Entry.
static StringEntryParser.parseStringValue(Entry entry, String fieldTag, String lineSeparator)
          
static StringEntryParser.parseStringValue(Entry entry, String fieldTag)
          
 


FOOTER

BOTTOM