|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPacketAttachment
A packet attachment allows recorders to store large data in a scalable way.
A packet attachment may work in read-only or write-only mode, depending on
the context. Packet attachments are designed to work with IRecorderPacket
s.
They must be referenced, either directly or indirectly by a packet in order
to be accessible later.
IPacketAttachmentFactory.createPacketAttachment()
Method Summary | |
---|---|
InputStream |
createInputStream()
Creates an input stream used to retrieve an arbitrarily large amount of data. |
OutputStream |
getOutputStream()
Returns the output stream used to store an arbitrarily large amount of data. |
Method Detail |
---|
OutputStream getOutputStream()
IllegalStateException
- if the packet attachment is in read-only mode.InputStream createInputStream()
IllegalStateException
- if the packet attachment is in write-only mode.
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |