|
|
NpzFormatSave Method |
| Name | Description | |
|---|---|---|
| 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.
|