public interface IPacketAttachment
IRecorderPacket
s.
They must be referenced, either directly or indirectly by a packet in order
to be accessible later.Modifier and Type | Method and Description |
---|---|
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.
|
OutputStream getOutputStream()
IllegalStateException
- if the packet attachment is in read-only mode.InputStream createInputStream()
IllegalStateException
- if the packet attachment is in write-only mode.© Copyright IBM Corp. 2013. All rights reserved.