new ByteArrayInputStream(data));
try {
Thread.sleep(readDelay);
} catch (InterruptedException e) {
throw new JournalException("Interrupted in read().");
}
return new ReadRecord(record.getJournalId(), record.getProducerId(),
++revision, dataIn, data.length,
getResolver(), getNamePathResolver());