/**
* Constructs a BOFRecord and sets its fields appropriately
*
- * @param short id must be 0x809 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x809 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public BOFRecord(short id, short size, byte [] data)
/**
* Constructs a BOFRecord and sets its fields appropriately
*
- * @param short id must be 0x809 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x809 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset the offset of the record's data
*/
/**
* Constructs a BackupRecord and sets its fields appropriately
*
- * @param short id must be 0x40 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x40 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public BackupRecord(short id, short size, byte [] data)
/**
* Constructs a BackupRecord and sets its fields appropriately
*
- * @param short id must be 0x40 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x40 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the start of the record's data
*/
/**
* set the backup flag (0,1)
*
- * @param short backup flag
+ * @param backup backup flag
*/
public void setBackup(short backup)
/**
* Constructs a BeginRecord record and sets its fields appropriately.
*
- * @param short id must be 0x1033 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1033 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public BeginRecord(short id, short size, byte [] data)
/**
* Constructs a BeginRecord record and sets its fields appropriately.
*
- * @param short id must be 0x1033 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1033 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a BlankRecord and sets its fields appropriately
*
- * @param short id must be 0x201 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x201 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public BlankRecord(short id, short size, byte [] data)
/**
* Constructs a BlankRecord and sets its fields appropriately
*
- * @param short id must be 0x201 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x201 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a BookBoolRecord and sets its fields appropriately
*
- * @param short id must be 0xDA or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xDA or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public BookBoolRecord(short id, short size, byte [] data)
/**
* Constructs a BookBoolRecord and sets its fields appropriately
*
- * @param short id must be 0xDA or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xDA or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a BoolErr record and sets its fields appropriately.
*
- * @param short id must be 0x205 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x205 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public BoolErrRecord(short id, short size, byte [] data)
/**
* Constructs a BoolErr record and sets its fields appropriately.
*
- * @param short id must be 0x205 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x205 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record
*/
/**
* set the index to the ExtendedFormat
* @see org.apache.poi.hssf.record.ExtendedFormatRecord
- * @param index to the XF record
+ * @param xf index to the XF record
*/
public void setXFIndex(short xf)
/**
* set the boolean value for the cell
*
- * @param boolean representing the boolean value
+ * @param value representing the boolean value
*/
public void setValue(boolean value)
/**
* set the error value for the cell
*
- * @param error representing the error value
+ * @param value error representing the error value
*/
public void setValue(byte value)
/**
* Constructs a BoundSheetRecord and sets its fields appropriately
*
- * @param short id must be 0x85 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x85 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public BoundSheetRecord(short id, short size, byte [] data)
/**
* Constructs a BoundSheetRecord and sets its fields appropriately
*
- * @param short id must be 0x85 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x85 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a CalcCountRecord and sets its fields appropriately
*
- * @param short id must be 0xC or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xC or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*
*/
/**
* Constructs a CalcCountRecord and sets its fields appropriately
*
- * @param short id must be 0xC or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xC or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a CalcModeRecord and sets its fields appropriately
*
- * @param short id must be 0xD or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xD or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public CalcModeRecord(short id, short size, byte [] data)
/**
* Constructs a CalcModeRecord and sets its fields appropriately
*
- * @param short id must be 0xD or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xD or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's start data
*/
* Constructs a ChartFormatRecord record and sets its fields appropriately.
*
* @param short id must equal the sid or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public ChartFormatRecord(short id, short size, byte [] data)
* Constructs a ChartFormatRecord record and sets its fields appropriately.
*
* @param short id must equal the sid or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a ChartRecord record and sets its fields appropriately.
*
- * @param short id must be 0x1002 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1002 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public ChartRecord(short id, short size, byte [] data)
/**
* Constructs a SeriesRecord record and sets its fields appropriately.
*
- * @param short id must be 0x1002 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1002 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a CodepageRecord and sets its fields appropriately
*
- * @param short id must be 0x42 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x42 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public CodepageRecord(short id, short size, byte [] data)
/**
* Constructs a CodepageRecord and sets its fields appropriately
*
- * @param short id must be 0x42 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x42 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param int offset of the record
*/
/**
* Constructs a ColumnInfo record and sets its fields appropriately
*
- * @param short id must be 0x7d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x7d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public ColumnInfoRecord(short id, short size, byte [] data)
/**
* Constructs a ColumnInfo record and sets its fields appropriately
*
- * @param short id must be 0x7d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x7d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a CountryRecord and sets its fields appropriately
*
- * @param short id must be 0x8c or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x8c or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public CountryRecord(short id, short size, byte [] data)
/**
* Constructs a CountryRecord and sets its fields appropriately
*
- * @param short id must be 0x8c or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x8c or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a DBCellRecord and sets its fields appropriately
*
- * @param short id must be 0xd7 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xd7 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public DBCellRecord(short id, short size, byte [] data)
/**
* Constructs a DBCellRecord and sets its fields appropriately
*
- * @param short id must be 0xd7 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xd7 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a DBCellRecord and sets its fields appropriately.
*
- * @param short id must be 0x161 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x161 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public DSFRecord(short id, short size, byte [] data)
/**
* Constructs a DBCellRecord and sets its fields appropriately.
*
- * @param short id must be 0x161 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x161 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a DateWindow1904 record and sets its fields appropriately.
*
- * @param short id must be 0x22 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x22 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public DateWindow1904Record(short id, short size, byte [] data)
/**
* Constructs a DateWindow1904 record and sets its fields appropriately.
*
- * @param short id must be 0x22 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x22 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a DefaultColumnWidth record and sets its fields appropriately.
*
- * @param short id must be 0x55 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x55 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public DefaultColWidthRecord(short id, short size, byte [] data)
/**
* Constructs a DefaultColumnWidth record and sets its fields appropriately.
*
- * @param short id must be 0x55 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x55 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a DefaultRowHeight record and sets its fields appropriately.
*
- * @param short id must be 0x225 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x225 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public DefaultRowHeightRecord(short id, short size, byte [] data)
/**
* Constructs a DefaultRowHeight record and sets its fields appropriately.
*
- * @param short id must be 0x225 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x225 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the records data
*/
/**
* set the default row height
- * @param rowheight for undefined rows/rows w/undefined height
+ * @param height for undefined rows/rows w/undefined height
*/
public void setRowHeight(short height)
/**
* Constructs a Delta record and sets its fields appropriately.
*
- * @param short id must be 0x10 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x10 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public DeltaRecord(short id, short size, byte [] data)
/**
* Constructs a Delta record and sets its fields appropriately.
*
- * @param short id must be 0x10 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x10 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of record data
*/
/**
* Constructs a Dimensions record and sets its fields appropriately.
*
- * @param short id must be 0x200 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x200 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public DimensionsRecord(short id, short size, byte [] data)
/**
* Constructs a Dimensions record and sets its fields appropriately.
*
- * @param short id must be 0x200 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x200 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* set the first column number for the sheet
- * @param column - first column on the sheet
+ * @param col first column on the sheet
*/
public void setFirstCol(short col)
/**
* Constructs a EOFRecord record and sets its fields appropriately.
*
- * @param short id must be 0x0A or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x0A or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public EOFRecord(short id, short size, byte [] data)
/**
* Constructs a EOFRecord record and sets its fields appropriately.
*
- * @param short id must be 0x0A or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x0A or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a EndRecord record and sets its fields appropriately.
*
- * @param short id must be 0x1034 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1034 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public EndRecord(short id, short size, byte [] data)
/**
* Constructs a EndRecord record and sets its fields appropriately.
*
- * @param short id must be 0x1034 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1034 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a EOFRecord record and sets its fields appropriately.
*
- * @param short id must be 0xff or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xff or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public ExtSSTRecord(short id, short size, byte [] data)
/**
* Constructs a EOFRecord record and sets its fields appropriately.
*
- * @param short id must be 0xff or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xff or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs an ExtendedFormat record and sets its fields appropriately.
*
- * @param short id must be 0xE0 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xE0 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public ExtendedFormatRecord(short id, short size, byte [] data)
/**
* Constructs an ExtendedFormat record and sets its fields appropriately.
*
- * @param short id must be 0xE0 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xE0 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a FnGroupCount record and sets its fields appropriately.
*
- * @param short id must be 0x9c or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x9c or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public FnGroupCountRecord(short id, short size, byte [] data)
/**
* Constructs a FnGroupCount record and sets its fields appropriately.
*
- * @param short id must be 0x9c or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x9c or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a Font record and sets its fields appropriately.
*
- * @param short id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
+ * @param id id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
* this bug in the documentation) or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public FontRecord(short id, short size, byte [] data)
/**
* Constructs a Font record and sets its fields appropriately.
*
- * @param short id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
+ * @param id id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
* this bug in the documentation) or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a FooterRecord record and sets its fields appropriately.
*
- * @param short id must be 0x15 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x15 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public FooterRecord(short id, short size, byte [] data)
/**
* Constructs a FooterRecord record and sets its fields appropriately.
*
- * @param short id must be 0x15 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x15 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a Format record and sets its fields appropriately.
*
- * @param short id must be 0x41e or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x41e or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public FormatRecord(short id, short size, byte [] data)
/**
* Constructs a Format record and sets its fields appropriately.
*
- * @param short id must be 0x41e or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x41e or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a Formula record and sets its fields appropriately.
*
- * @param short id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
+ * @param id id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
* this bug in the documentation) or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public FormulaRecord(short id, short size, byte [] data)
/**
* Constructs a Formula record and sets its fields appropriately.
*
- * @param short id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
+ * @param id id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
* this bug in the documentation) or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a GridSet record and sets its fields appropriately.
*
- * @param short id must be 0x82 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x82 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public GridsetRecord(short id, short size, byte [] data)
/**
* Constructs a GridSet record and sets its fields appropriately.
*
- * @param short id must be 0x82 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x82 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a Guts record and sets its fields appropriately.
*
- * @param short id must be 0x80 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x80 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public GutsRecord(short id, short size, byte [] data)
/**
* Constructs a Guts record and sets its fields appropriately.
*
- * @param short id must be 0x80 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x80 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs an HCenter record and sets its fields appropriately.
*
- * @param short id must be 0x83 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x83 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public HCenterRecord(short id, short size, byte [] data)
/**
* Constructs an HCenter record and sets its fields appropriately.
*
- * @param short id must be 0x83 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x83 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs an Header record and sets its fields appropriately.
*
- * @param short id must be 0x14 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x14 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public HeaderRecord(short id, short size, byte [] data)
/**
* Constructs an Header record and sets its fields appropriately.
*
- * @param short id must be 0x14 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x14 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs an HideObj record and sets its fields appropriately.
*
- * @param short id must be 0x8d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x8d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public HideObjRecord(short id, short size, byte [] data)
/**
* Constructs an HideObj record and sets its fields appropriately.
*
- * @param short id must be 0x8d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x8d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs an Index record and sets its fields appropriately.
*
- * @param short id must be 0x208 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x208 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public IndexRecord(short id, short size, byte [] data)
/**
* Constructs an Index record and sets its fields appropriately.
*
- * @param short id must be 0x208 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x208 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of record data
*/
/**
* Constructs an InterfaceEnd record and sets its fields appropriately.
*
- * @param short id must be 0xe2 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe2 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public InterfaceEndRecord(short id, short size, byte [] data)
/**
* Constructs an InterfaceEnd record and sets its fields appropriately.
*
- * @param short id must be 0xe2 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe2 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs an Codepage record and sets its fields appropriately.
*
- * @param short id must be 0xe1 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe1 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public InterfaceHdrRecord(short id, short size, byte [] data)
/**
* Constructs an Codepage record and sets its fields appropriately.
*
- * @param short id must be 0xe1 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe1 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs an Iteration record and sets its fields appropriately.
*
- * @param short id must be 0x11 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x11 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public IterationRecord(short id, short size, byte [] data)
/**
* Constructs an Iteration record and sets its fields appropriately.
*
- * @param short id must be 0x11 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x11 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs an Label record and sets its fields appropriately.
*
- * @param short id must be 0x204 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x204 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public LabelRecord(short id, short size, byte [] data)
/**
* Constructs an Label record and sets its fields appropriately.
*
- * @param short id must be 0x204 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x204 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record
*/
/**
* Constructs an LabelSST record and sets its fields appropriately.
*
- * @param short id must be 0xfd or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xfd or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public LabelSSTRecord(short id, short size, byte [] data)
/**
* Constructs an LabelSST record and sets its fields appropriately.
*
- * @param short id must be 0xfd or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xfd or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a MMS record and sets its fields appropriately.
*
- * @param short id must be 0xc1 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xc1 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public MMSRecord(short id, short size, byte [] data)
/**
* Constructs a MMS record and sets its fields appropriately.
*
- * @param short id must be 0xc1 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xc1 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs a MergedCellsRecord and sets its fields appropriately
*
- * @param short id must be 0xe5 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe5 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public MergeCellsRecord(short sid, short size, byte [] data)
/**
* Constructs a MergedCellsRecord and sets its fields appropriately
*
- * @param short id must be 0xe5 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe5 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset the offset of the record's data
*/
/**
* Constructs a MulBlank record and sets its fields appropriately.
*
- * @param short id must be 0xbe or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xbe or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public MulBlankRecord(short id, short size, byte [] data)
/**
* Constructs a MulBlank record and sets its fields appropriately.
*
- * @param short id must be 0xbe or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xbe or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a MulRK record and sets its fields appropriately.
*
- * @param short id must be 0xbd or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xbd or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public MulRKRecord(short id, short size, byte [] data)
/**
* Constructs a MulRK record and sets its fields appropriately.
*
- * @param short id must be 0xbd or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xbd or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of data
*/
/**
* Constructs a Number record and sets its fields appropriately.
*
- * @param short id must be 0x203 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x203 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public NumberRecord(short id, short size, byte [] data)
/**
* Constructs a Number record and sets its fields appropriately.
*
- * @param short id must be 0x203 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x203 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs a Password record and sets its fields appropriately.
*
- * @param short id must be 0x13 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x13 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public PasswordRecord(short id, short size, byte [] data)
/**
* Constructs a Password record and sets its fields appropriately.
*
- * @param short id must be 0x13 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x13 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs a PasswordRev4 (PROT4REVPASS) record and sets its fields appropriately.
*
- * @param short id must be 0x1bc or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1bc or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public PasswordRev4Record(short id, short size, byte [] data)
/**
* Constructs a PasswordRev4 (PROT4REVPASS) record and sets its fields appropriately.
*
- * @param short id must be 0x1bc or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1bc or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs a Precision record and sets its fields appropriately.
*
- * @param short id must be 0xe or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public PrecisionRecord(short id, short size, byte [] data)
/**
* Constructs a Precision record and sets its fields appropriately.
*
- * @param short id must be 0xe or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xe or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record
*/
/**
* Constructs a PrintGridlines record and sets its fields appropriately.
*
- * @param short id must be 0x2b or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x2b or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public PrintGridlinesRecord(short id, short size, byte [] data)
/**
* Constructs a PrintGridlines record and sets its fields appropriately.
*
- * @param short id must be 0x2b or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x2b or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record data
*/
/**
* Constructs a PrintHeaders record and sets its fields appropriately.
*
- * @param short id must be 0x2a or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x2a or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public PrintHeadersRecord(short id, short size, byte [] data)
/**
* Constructs a PrintHeaders record and sets its fields appropriately.
*
- * @param short id must be 0x2a or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x2a or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs a PrintSetup (SETUP) record and sets its fields appropriately.
*
- * @param short id must be 0xa1 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xa1 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public PrintSetupRecord(short id, short size, byte [] data)
/**
* Constructs a PrintSetup (SETUP) record and sets its fields appropriately.
*
- * @param short id must be 0xa1 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xa1 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public PrintSetupRecord(short id, short size, byte [] data, int offset)
/**
* Constructs a ProtectionRev4 record and sets its fields appropriately.
*
- * @param short id must be 0x1af or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1af or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public ProtectionRev4Record(short id, short size, byte [] data)
/**
* Constructs a ProtectionRev4 record and sets its fields appropriately.
*
- * @param short id must be 0x1af or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1af or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs a RK record and sets its fields appropriately.
*
- * @param short id must be 0x27e or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x27e or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public RKRecord(short id, short size, byte [] data)
/**
* Constructs a RK record and sets its fields appropriately.
*
- * @param short id must be 0x27e or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x27e or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the data
*/
/**
* Constructs a RefMode record and sets its fields appropriately.
*
- * @param short id must be 0xf or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xf or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public RefModeRecord(short id, short size, byte [] data)
/**
* Constructs a RefMode record and sets its fields appropriately.
*
- * @param short id must be 0xf or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0xf or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a RefreshAll record and sets its fields appropriately.
*
- * @param short id must be 0x187 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x187 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public RefreshAllRecord(short id, short size, byte [] data)
/**
* Constructs a RefreshAll record and sets its fields appropriately.
*
- * @param short id must be 0x187 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x187 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record data
*/
/**
* Constructs a Row record and sets its fields appropriately.
*
- * @param short id must be 0x208 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x208 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public RowRecord(short id, short size, byte [] data)
/**
* Constructs a Row record and sets its fields appropriately.
*
- * @param short id must be 0x208 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x208 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record data
*/
/**
* Constructs an SaveRecalc record and sets its fields appropriately.
*
- * @param short id must be 0x5f or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x5f or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public SaveRecalcRecord(short id, short size, byte [] data)
/**
* Constructs an SaveRecalc record and sets its fields appropriately.
*
- * @param short id must be 0x5f or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x5f or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the the data
*/
/**
* Constructs a Selection record and sets its fields appropriately.
*
- * @param short id must be 0x1d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public SelectionRecord(short id, short size, byte [] data)
/**
* Constructs a Selection record and sets its fields appropriately.
*
- * @param short id must be 0x1d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x1d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a Style record and sets its fields appropriately.
*
- * @param short id must be 0x293 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x293 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public StyleRecord(short id, short size, byte [] data)
/**
* Constructs a Style record and sets its fields appropriately.
*
- * @param short id must be 0x293 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x293 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset
*/
/**
* Constructs a TabID record and sets its fields appropriately.
*
- * @param short id must be 0x13d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x13d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public TabIdRecord(short id, short size, byte [] data)
/**
* Constructs a TabID record and sets its fields appropriately.
*
- * @param short id must be 0x13d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x13d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record
*/
/**
* Constructs a UseSelFS record and sets its fields appropriately.
*
- * @param short id must be 0x160 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x160 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public UseSelFSRecord(short id, short size, byte [] data)
/**
* Constructs a UseSelFS record and sets its fields appropriately.
*
- * @param short id must be 0x160 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x160 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of record
*/
/**
* Constructs a VCENTER record and sets its fields appropriately.
*
- * @param short id must be 0x84 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x84 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public VCenterRecord(short id, short size, byte [] data)
/**
* Constructs a VCENTER record and sets its fields appropriately.
*
- * @param short id must be 0x84 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x84 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a WSBool record and sets its fields appropriately.
*
- * @param short id must be 0x81 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x81 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public WSBoolRecord(short id, short size, byte [] data)
/**
* Constructs a WSBool record and sets its fields appropriately.
*
- * @param short id must be 0x81 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x81 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public WSBoolRecord(short id, short size, byte [] data, int offset)
/**
* Constructs a WindowOne record and sets its fields appropriately.
*
- * @param short id must be 0x3d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x3d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public WindowOneRecord(short id, short size, byte [] data)
/**
* Constructs a WindowOne record and sets its fields appropriately.
*
- * @param short id must be 0x3d or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x3d or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public WindowOneRecord(short id, short size, byte [] data, int offset)
/**
* Constructs a WindowProtect record and sets its fields appropriately.
*
- * @param short id must be 0x19 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x19 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public WindowProtectRecord(short id, short size, byte [] data)
/**
* Constructs a WindowProtect record and sets its fields appropriately.
*
- * @param short id must be 0x19 or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x19 or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a WindowTwo record and sets its fields appropriately.
*
- * @param short id must be 0x23e or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x23e or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public WindowTwoRecord(short id, short size, byte [] data)
/**
* Constructs a WindowTwo record and sets its fields appropriately.
*
- * @param short id must be 0x23e or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x23e or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record's data
*/
/**
* Constructs a WriteAccess record and sets its fields appropriately.
*
- * @param short id must be 0x5c or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x5c or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
*/
public WriteAccessRecord(short id, short size, byte [] data)
/**
* Constructs a WriteAccess record and sets its fields appropriately.
*
- * @param short id must be 0x5c or an exception will be throw upon validation
- * @param short size the size of the data area of the record
- * @param byte[] data of the record (should not contain sid/len)
+ * @param id id must be 0x5c or an exception will be throw upon validation
+ * @param size the size of the data area of the record
+ * @param data data of the record (should not contain sid/len)
* @param offset of the record data
*/