All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.syncbuilder.storage.Block | +----com.syncbuilder.storage.Record | +----com.syncbuilder.storage.generic.Record
Summary |
public class Record extends com.syncbuilder.storage.Record { // Constructors 2 public Record(); public Record(byte[], RecordID, int, int, int); }
The generic representation of a database-record. This class contains no functionality to help you treat the record in an application specific way. You can only manipulate the attributes and the raw content.
Constructors |
· Record | Summary | Top |
public Record()
Construct a record with no content and all flags set to false.
· Record | Summary | Top |
public Record(byte[] contents, RecordID id, int index, int attr, int category)
Construct a record with the specified properties.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7