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

unpublished interface XSequenceOutputStream
Base Interfaces
XSequenceOutputStreamXOutputStream

XOutputStream
(referenced interface's summary:)
This is the basic interface to write data to a stream.
Usage Restrictions
not published
Description
This interface offers access to the written bytes

Methods' Summary
getWrittenBytes allows to get access to the written data  
Methods' Details
getWrittenBytes
sequence< byte >
getWrittenBytes()
raises( NotConnectedException,
IOException );

Description
allows to get access to the written data
Top of Page