| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.MMSRecord
Stores the number of addmen and delmenu groups in the book stream
| Field Summary | |
private  byte[] | 
data
The binary data  | 
private  byte | 
numMenuItemsAdded
The number of menu items added  | 
private  byte | 
numMenuItemsDeleted
The number of menu items deleted  | 
| Fields inherited from class jxl.biff.RecordData | 
code, record | 
| Constructor Summary | |
MMSRecord(int menuItemsAdded,
          int menuItemsDeleted)
Constructor  | 
|
| Method Summary | |
 byte[] | 
getData()
Gets the binary data for output to file  | 
| Methods inherited from class jxl.biff.WritableRecordData | 
getBytes | 
| Methods inherited from class jxl.biff.RecordData | 
getCode, getRecord | 
| Methods inherited from class java.lang.Object | 
 | 
| Field Detail | 
private byte numMenuItemsAdded
private byte numMenuItemsDeleted
private byte[] data
| Constructor Detail | 
public MMSRecord(int menuItemsAdded,
                 int menuItemsDeleted)
menuItemsAdded - the number of menu items addedmenuItemsDeleted - the number of menu items deleted| Method Detail | 
public byte[] getData()
getData in class WritableRecordData
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||