|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPacketOutputStream
An output stream of recorder packets. This class allows to write recorder packets and create attachments that must be referenced by recorder packets.
Method Summary | |
---|---|
void |
close()
Closes the output stream. |
IPacketAttachment |
createPacketAttachment()
Creates a packet attachment. |
void |
writePacket(IRecorderPacket packet)
Writes a packet to the stream. |
Method Detail |
---|
void writePacket(IRecorderPacket packet) throws IOException
packet
- A recorder packet.
IOException
IPacketAttachment createPacketAttachment()
IPacketOutputStream.close()
method. In order to be able to retrieve
the packet attachment upon reading, the packet attachment must be referenced by one or
more recorder packets stored in the same output stream.
createPacketAttachment
in interface IPacketAttachmentFactory
void close() throws IOException
IOException
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |