Constructs a BeginRecord record and sets its fields appropriately.paramid id must be 0x1033 or an exception will be throw upon validationparamsize the size of the data area of the recordparamdata data of the record (should not contain sid/len) super(in);
super(in);
return 4;
return sid;
LittleEndian.putShort(data, 0 + offset, sid); LittleEndian.putShort(data, 2 + offset, (( short ) 0)); // no record info return getRecordSize();
StringBuffer buffer = new StringBuffer(); buffer.append("[BEGIN]\n"); buffer.append("[/BEGIN]\n"); return buffer.toString();
if (id != sid) { throw new RecordFormatException("NOT A BEGIN RECORD"); }