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

interface XSequenceOutputStream
Base Interfaces
XSequenceOutputStreamXOutputStream

XOutputStream
(referenced interface's summary:)

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