Struct cab::CabinetWriter[][src]

pub struct CabinetWriter<W: Write + Seek> { /* fields omitted */ }

A structure for writing file data into a new cabinet file.

Methods

impl<W: Write + Seek> CabinetWriter<W>
[src]

Returns a FileWriter for the next file within that cabinet that needs data to be written, or None if all files are now complete.

Finishes writing the cabinet file, and returns the underlying writer.

Trait Implementations

impl<W: Write + Seek> Drop for CabinetWriter<W>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<W> Send for CabinetWriter<W> where
    W: Send

impl<W> Sync for CabinetWriter<W> where
    W: Sync