throws IOException
{
int i = paramCachedObject.getStorageSize() - ScriptWriterText.BYTES_LINE_SEP.length;
this.rowOut.reset();
HsqlByteArrayOutputStream localHsqlByteArrayOutputStream = this.rowOut.getOutputStream();
localHsqlByteArrayOutputStream.fill(32, i);
localHsqlByteArrayOutputStream.write(ScriptWriterText.BYTES_LINE_SEP);
this.dataFile.seek(paramCachedObject.getPos());
this.dataFile.write(localHsqlByteArrayOutputStream.getBuffer(), 0, localHsqlByteArrayOutputStream.size());
}