ReadStringToEnd(MemoryMappedFile, Encoding) | Reads from start to end the data of an existing MemoryMappedFile, decodes the byte data using the specified Encoding and returns the corresponding string. |
ReadStringToEnd(String, Encoding) | Reads from start to end the data of an existing MemoryMappedFile, decodes the byte data using the specified Encoding and returns the corresponding string. |