![]() |
NpzFormat Methods |
Name | Description | |
---|---|---|
![]() ![]() | LoadT(Byte) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from an array of bytes.
|
![]() ![]() | LoadT(Stream) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a stream.
|
![]() ![]() | LoadT(String) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a file in the disk.
|
![]() ![]() | LoadT(Byte, T) |
Loads an array of the specified type from an array of bytes.
|
![]() ![]() | LoadT(Stream, NpzDictionaryT) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a stream.
|
![]() ![]() | LoadT(Stream, T) |
Loads an array of the specified type from a file in the disk.
|
![]() ![]() | LoadT(String, NpzDictionaryT) |
Gets a lazily-instantiated array that can be used to load
matrices of the specified type from a file in the disk.
|
![]() ![]() | LoadT(String, T) |
Loads an array of the specified type from a file in the disk.
|
![]() ![]() | LoadJagged(Byte) |
Gets a lazily-instantiated array that can be used to load
jagged matrices from an array of bytes.
|
![]() ![]() | LoadJagged(String) |
Gets a lazily-instantiated array that can be used to load
jagged matrices from a file in the disk.
|
![]() ![]() | LoadJagged(Stream, Boolean) |
Loads a jagged array from a stream.
|
![]() ![]() | LoadMatrix(Byte) |
Gets a lazily-instantiated array that can be used to load
multi-dimensional matrices from an array of bytes.
|
![]() ![]() | LoadMatrix(Stream) |
Gets a lazily-instantiated array that can be used to load
multi-dimensional matrices from a stream.
|
![]() ![]() | LoadMatrix(String) |
Gets a lazily-instantiated array that can be used to load
multi-dimensional matrices from a file in the disk.
|
![]() ![]() | Save(Array, CompressionLevel) |
Saves the specified array to an array of bytes.
|
![]() ![]() | Save(DictionaryString, Array, CompressionLevel) |
Saves the specified arrays to an array of bytes.
|
![]() ![]() | Save(Array, String, CompressionLevel) |
Saves the specified array to a file in the disk.
|
![]() ![]() | Save(DictionaryString, Array, String, CompressionLevel) |
Saves the specified arrays to a file in the disk.
|
![]() ![]() | Save(Array, Stream, CompressionLevel, Boolean) |
Saves the specified array to a stream.
|
![]() ![]() | Save(DictionaryString, Array, Stream, CompressionLevel, Boolean) |
Saves the specified arrays to a file in the disk.
|