BBjTriggerData::setWriteBuffer
Description
In BBj 6.00 and higher, this method set the write buffer to be written to the disk.
Syntax
Return Value |
Method |
---|---|
void |
setWriteBuffer(byte[] data) |
Parameters
Variable |
Description |
---|---|
data |
Write buffer to be written to disk. |
Return Value
None.
Remarks
Use this option to make changes to the write buffer in a before-write-trigger before the actual write to disk occurs.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.