csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
4.9 KiB
58 lines
4.9 KiB
<HTML><HEAD><TITLE>Microsoft.FSharp.Compatibility.OCaml.Pervasives.OutChannel</TITLE><link rel="stylesheet" type="text/css"href="../msdn.css"></link></HEAD><BODY>
|
|
<br><dl>
|
|
<dt></dt><dd>
|
|
<h1>[<a href='../namespaces.html'>Home</a>] Module <a href='Microsoft.FSharp.Compatibility.html'>Microsoft.FSharp.Compatibility</a>.<a href='Microsoft.FSharp.Compatibility.OCaml.html'>OCaml</a>.<a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.html'>Pervasives</a>.OutChannel </h1><br>
|
|
</dd>
|
|
<dt></dt><dd>
|
|
<table>
|
|
<tr valign='top'><td>
|
|
<dt><h3>Values</h3></dt><dd>
|
|
<table width="100%%">
|
|
<tr><th width=60%>Value</th><th>Description</th></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val of_BinaryWriter : <a href='http://msdn2.microsoft.com/en-us/library/System.IO.BinaryWriter.aspx'>BinaryWriter</a> -> <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a></pre></td><td><summary>
|
|
Link .NET IO with the out_channel/in_channel model
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val of_Stream : <a href='http://msdn2.microsoft.com/en-us/library/System.Text.Encoding.aspx'>Encoding</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.Stream.aspx'>Stream</a> -> <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a></pre></td><td><summary>
|
|
Wrap a stream by creating a StreamWriter for the
|
|
stream and then wrapping is as an output channel.
|
|
A text encoding must be given, e.g. System.Text.Encoding.UTF8
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val of_StreamWriter : <a href='http://msdn2.microsoft.com/en-us/library/System.IO.StreamWriter.aspx'>StreamWriter</a> -> <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a></pre></td><td><summary>
|
|
Link .NET IO with the out_channel/in_channel model
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val of_TextWriter : <a href='http://msdn2.microsoft.com/en-us/library/System.IO.TextWriter.aspx'>TextWriter</a> -> <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a></pre></td><td><summary>
|
|
Link .NET IO with the out_channel/in_channel model
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val to_BinaryWriter : <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.BinaryWriter.aspx'>BinaryWriter</a></pre></td><td><summary>
|
|
Access the underlying stream-based objects for the channel
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val to_Stream : <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.Stream.aspx'>Stream</a></pre></td><td><summary>
|
|
Access the underlying stream-based objects for the channel
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val to_StreamWriter : <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.StreamWriter.aspx'>StreamWriter</a></pre></td><td><summary>
|
|
Access the underlying stream-based objects for the channel
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>[<<a href='../FSharp.Core/Microsoft.FSharp.Core.type_OCamlCompatibilityAttribute.html'>OCamlCompatibilityAttribute</a> ()>]
|
|
val to_TextWriter : <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__out_channel.html'>out_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.TextWriter.aspx'>TextWriter</a></pre></td><td><summary>
|
|
Access the underlying stream-based objects for the channel
|
|
</summary></td></tr>
|
|
|
|
</table>
|
|
</dd>
|
|
</td></tr>
|
|
<tr valign='top'><td>
|
|
<dt><h3>See Also</h3></dt><dd>
|
|
<a href="Microsoft.FSharp.Compatibility.OCaml.Pervasives.html">Microsoft.FSharp.Compatibility.OCaml.Pervasives</a> </dd>
|
|
</td></tr>
|
|
</table>
|
|
</dd>
|
|
</dl>
|
|
<br /> <br/><p><i>Documentation for assembly FSharp.PowerPack, version 1.9.6.16, generated using <a href='http://research.microsoft.com/fsharp/'>F# Programming Language</a> version 1.9.6.16</i></p>
|
|
</BODY></HTML>
|
|
|