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

interface XTruncate

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