NpyFormatLoad Method |
Name | Description | |
---|---|---|
LoadT(Byte) |
Loads an array of the specified type from a byte array.
| |
LoadT(Stream) |
Loads an array of the specified type from a stream.
| |
LoadT(String) |
Loads an array of the specified type from a file in the disk.
| |
LoadT(Byte, T) |
Loads an array of the specified type from a file in the disk.
| |
LoadT(Stream, T) |
Loads an array of the specified type from a stream.
| |
LoadT(String, T) |
Loads an array of the specified type from a file in the disk.
|