Math.NET Numerics
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

<HTML><HEAD><TITLE>Microsoft.FSharp.Compatibility.OCaml.Pervasives.InChannel</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>.InChannel </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_BinaryReader : <a href='http://msdn2.microsoft.com/en-us/library/System.IO.BinaryReader.aspx'>BinaryReader</a> -> <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__in_channel.html'>in_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__in_channel.html'>in_channel</a></pre></td><td><summary>
Wrap a stream by creating a StreamReader for the
stream and then wrapping is as an input 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_StreamReader : <a href='http://msdn2.microsoft.com/en-us/library/System.IO.StreamReader.aspx'>StreamReader</a> -> <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__in_channel.html'>in_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_TextReader : <a href='http://msdn2.microsoft.com/en-us/library/System.IO.TextReader.aspx'>TextReader</a> -> <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__in_channel.html'>in_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_BinaryReader : <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__in_channel.html'>in_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.BinaryReader.aspx'>BinaryReader</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__in_channel.html'>in_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.Stream.aspx'>Stream</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_StreamReader : <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__in_channel.html'>in_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.StreamReader.aspx'>StreamReader</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_TextReader : <a href='Microsoft.FSharp.Compatibility.OCaml.Pervasives.type__in_channel.html'>in_channel</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.TextReader.aspx'>TextReader</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>