|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implementation of IDiagnosticChannel that writes encoded text to a PipeWriter. More...
Public Member Functions | |
| StreamDiagnosticChannel (Stream stream, Encoding encoding, bool leaveOpen=true) | |
| Initializes a new instance. | |
| void | Dispose () |
| Disposes of the instance. | |
Properties | |
| IDiagnosticChannelWriter | Writer [get] |
| Gets the writer that allows you to enqueue data to the channel. | |
| Encoding | Encoding [get] |
| Gets the native encoding of the channel if the channel expects text. | |
Properties inherited from IKVM.Tools.Core.Diagnostics.IDiagnosticChannel | |
Implementation of IDiagnosticChannel that writes encoded text to a PipeWriter.
Definition at line 12 of file StreamDiagnosticChannel.cs.
| IKVM.Tools.Core.Diagnostics.StreamDiagnosticChannel.StreamDiagnosticChannel | ( | Stream | stream, |
| Encoding | encoding, | ||
| bool | leaveOpen = true ) |
Initializes a new instance.
| stream | |
| encoding | |
| leaveOpen |
Definition at line 26 of file StreamDiagnosticChannel.cs.
| void IKVM.Tools.Core.Diagnostics.StreamDiagnosticChannel.Dispose | ( | ) |
Disposes of the instance.
Definition at line 43 of file StreamDiagnosticChannel.cs.
|
get |
Gets the native encoding of the channel if the channel expects text.
Implements IKVM.Tools.Core.Diagnostics.IDiagnosticChannel.
Definition at line 38 of file StreamDiagnosticChannel.cs.
|
get |
Gets the writer that allows you to enqueue data to the channel.
Implements IKVM.Tools.Core.Diagnostics.IDiagnosticChannel.
Definition at line 35 of file StreamDiagnosticChannel.cs.