Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTruncate

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to set the size of the underlying data of a stream to zero.


Methods' Summary

truncate sets the size of the underlying data of the stream to zero.

Methods' Details

truncate
 
void
truncate( )
raises ( com::sun::star::io::IOException );

Description
sets the size of the underlying data of the stream to zero.

Top of Page