FileStreamExtensionsReadToEnd Method

Overload List

ReadToEnd(FileStream) Reads all characters from the current position to the end of the FileStream.
ReadToEnd(FileStream, Int64) Reads all characters from the current position to the end of the FileStream.
ReadToEnd(FileStream, Encoding) Reads all characters from the current position to the end of the FileStream.
ReadToEnd(FileStream, Encoding, Int64) Reads all characters from the specified position to the end of the FileStream.

See Also