* @throws Exception
* @see org.hornetq.core.journal.Journal#appendUpdateRecord(long, byte, byte[], boolean)
*/
public void appendUpdateRecord(final long id, final byte recordType, final byte[] record, final boolean sync) throws Exception
{
this.appendUpdateRecord(id, recordType, new ByteArrayEncoding(record), sync);
}