- key
- A string key that uniquely identifies the data record within the application. Keys whose first character is or higher are not valid.
- dataSize
- The size in bytes of this record's data. Passing a dataSize of -1 indicates that the record under this key should be deleted.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if the write failed
Mark the beginning of one record in the backup data stream. This must be called before BackupDataOutput.WriteEntityData(Byte[], System.Int32).