Struct npyz::npz::NpzWriter[][src]

pub struct NpzWriter<W: Write + Seek> { /* fields omitted */ }
Expand description

Interface for writing an NPZ file.

This is only available with the "npz" feature.

Implementations

Create a new, empty npz archive on the filesystem. (will clobber an existing file)

Begin writing an NPZ file to an arbitrary writer.

Begin an entry in the NPZ for the corresponding array.

The returned object implements the WriterBuilder trait. You must import this trait and use its methods to continue configuring the object and begin writing.

Exposes the underlying zip::ZipWriter.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.