289290291292293294295296297298299
return -1; } if( isChecksum() ) { long expectedChecksum = controlIs.readLong(); if( expectedChecksum == 0 ) { // Checksuming was not enabled when the record was stored. // we can't validate the record :( return size; }
284285286287288289290291292293294