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

interface XTruncate
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTruncate
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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( IOException );

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