interface XTruncate in module com::sun::star::io::

(Global Index)

Syntax

interface XTruncate : com::sun::star::uno::XInterface ;

Description

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

Method Summary

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

Method Details



truncate

Syntax

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

Description

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

Top of Page