ReadToEnd(MemoryMappedFile) | Reads from start to end the data of an existing MemoryMappedFile. Note that the returned bytes could contain null bytes at the end due to the automatic size rounding of a multiple of 4096 bytes (4 KB). |
ReadToEnd(String) | Reads from start to end the data of an existing MemoryMappedFile. Note that the returned bytes could contain null bytes at the end due to the automatic size rounding of a multiple of 4096 bytes (4 KB). |