:: com :: sun :: star :: io ::

service SequenceInputStream
Supported Interface
XSeekableInputStream
Description
This service allows to wrap a sequence of bytes with a stream object.


Constructors' Summary
createStreamFromSequence allows to create a stream based on the sequence.  
Constructors' Details
createStreamFromSequence
createStreamFromSequence( [in] sequence< byte >  aData );

Description
allows to create a stream based on the sequence.

 
Top of Page