public interface IPacketReferenceOutputStream
Modifier and Type | Method and Description |
---|---|
void |
writePacket(IRecorderPacketReference ref,
long minPendingPacketTime)
Writes a packet reference to this output stream.
|
void writePacket(IRecorderPacketReference ref, long minPendingPacketTime) throws IOException
IPacketConverterContext.createPacketReference(IRecorderPacket)
.packet
- A recorder packet referenceminPendingPacketTime
- The lowest start time of all packets that
may be sent to this output after the current one. If all packets are
expected to be written sorted by their start timestamp, then this value
should be greater or equal than the start timestamp of the current packet.IOException
© Copyright IBM Corp. 2013. All rights reserved.