Record
s. Users can add, search, replace and remove records as well as read table from file and write it to a file. Different records in the table can have different attributes, however if the search for record with certain value of given attribute is required, then the attribute must be present in all the records. Single attribute search is supported, i.e. if the key is naturally represented by more than one attribute, there must be an attribute which contains bothe the attributes in some way. The table can be read and written from and to input and output stream using an implementation of TableParser
class.
@author Logica Mobile Networks SMPP Open Source Team
@version $Revision: 1.2 $
@see Record
@see Attribute
@see TableParser
@see BasicTableParser
|
|
|
|