/* For unit test support. */
OutputWireRecord(InputWireRecord input) {
this.header = input.header;
LogEntry entry = input.getLogEntry();
this.entryBuffer = ByteBuffer.allocate(entry.getSize());
entry.writeEntry(header, entryBuffer);
entryBuffer.flip();
}
/**
* @return the log entry type for this record.