docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
1.5.0
1.3.0
1.1
Otter SDK
Inedo
TextReaderExtensions
TextReaderExtensions Class
Contains extension methods for
System.IO.TextReader
.
Inheritance Hierarchy
object
Inedo.TextReaderExtensions
Syntax
public
class
TextReaderExtensions
Methods
Name
Description
CopyTo(System.IO.TextReader reader, System.IO.TextWriter writer)
Copies the text from
reader
to
writer
.
CopyTo(System.IO.TextReader reader, System.IO.TextWriter writer, int bufferSize)
Copies the text from
reader
to
writer
.
CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer)
Copies the text from
reader
to
writer
.
CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer, int bufferSize)
Copies the text from
reader
to
writer
.
CopyToAsync(System.IO.TextReader reader, System.IO.TextWriter writer, int bufferSize, System.Threading.CancellationToken cancellationToken)
Copies the text from
reader
to
writer
.