public class RawRecord extends AbstractRecord
Record
implementation that just contains the raw database record.ATTR_BUSY, ATTR_DELETE, ATTR_DIRTY, ATTR_SECRET
Constructor and Description |
---|
RawRecord(byte[] data,
int attribute)
Creates a new
RawRecord for the given data and attribute. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRaw()
Gets the raw content of the record.
|
getCategoryIndex, isBusy, isDelete, isDirty, isSecret
public byte[] getRaw()
Copyright © 2009–2017. All rights reserved.