Struct npyz::npz::NpzArchive[][src]

pub struct NpzArchive<R: Read + Seek> { /* fields omitted */ }
Expand description

Interface for reading an NPZ file.

This is only available with the "npz" feature.

Implementations

Open an npz archive from the filesystem.

Wrap around an arbitrary stream.

Get the names of all arrays in the NPZ file.

Read the array with the given name.

If it is not present, Ok(None) is returned.

Exposes the underlying zip::ZipArchive.

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.