Table of Contents

Class IronPythonScriptHost.TextOutputStreamWriter

Namespace
Alternet.Scripter.IronPython
Assembly
Alternet.Scripter.IronPython.v9.dll
protected class IronPythonScriptHost.TextOutputStreamWriter : MemoryStream, IDisposable
Inheritance
IronPythonScriptHost.TextOutputStreamWriter
Implements
Extension Methods

Constructors

TextOutputStreamWriter(IronPythonScriptHost)

Methods

BeginWrite(byte[], int, int, AsyncCallback, object)

Begins an asynchronous write operation. (Consider using WriteAsync(byte[], int, int) instead; see the Remarks section.)

Write(byte[], int, int)

Writes a block of bytes to the current stream using data read from a buffer.

WriteAsync(byte[], int, int, CancellationToken)

Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.

WriteByte(byte)

Writes a byte to the current stream at the current position.