# Packages
No description provided by the author
# Functions
ClassLoader provides a python class loader mechanism for python pickles containing numpy.dtype and numpy.ndarray values.
NewReader creates a new NumPy data file format reader.
Read reads the data from the r NumPy data file io.Reader, into the provided pointed at value ptr.
TypeFrom returns the reflect.Type corresponding to the numpy-dtype string, if any.
Write writes 'val' into 'w' in the NumPy data format.
# Variables
ErrInvalidNumPyFormat is the error returned by NewReader when the underlying io.Reader is not a valid or recognized NumPy data file format.
ErrInvalidType is the error returned by Reader and Writer when confronted with a type that is not supported or can not be reliably (de)serialized.
ErrTypeMismatch is the error returned by Reader when the on-disk data type and the user provided one do NOT match.
Magic header present at the start of a NumPy data file format.
# Structs
Array is a multidimensional, homogeneous array of fixed-size items.
ArrayDescr describes a numpy data type.
Header describes the data content of a NumPy data file.
Reader reads data from a NumPy data file.