[Home] Module Microsoft.FSharp.Compatibility.OCaml.Pervasives.InChannel


Values

ValueDescription
[<OCamlCompatibilityAttribute ()>]
val of_BinaryReader : BinaryReader -> in_channel
Link .NET IO with the out_channel/in_channel model
[<OCamlCompatibilityAttribute ()>]
val of_Stream : Encoding -> Stream -> in_channel
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
[<OCamlCompatibilityAttribute ()>]
val of_StreamReader : StreamReader -> in_channel
Link .NET IO with the out_channel/in_channel model
[<OCamlCompatibilityAttribute ()>]
val of_TextReader : TextReader -> in_channel
Link .NET IO with the out_channel/in_channel model
[<OCamlCompatibilityAttribute ()>]
val to_BinaryReader : in_channel -> BinaryReader
Access the underlying stream-based objects for the channel
[<OCamlCompatibilityAttribute ()>]
val to_Stream : in_channel -> Stream
Link .NET IO with the out_channel/in_channel model
[<OCamlCompatibilityAttribute ()>]
val to_StreamReader : in_channel -> StreamReader
Access the underlying stream-based objects for the channel
[<OCamlCompatibilityAttribute ()>]
val to_TextReader : in_channel -> TextReader
Access the underlying stream-based objects for the channel

See Also

Microsoft.FSharp.Compatibility.OCaml.Pervasives


Documentation for assembly FSharp.PowerPack, version 1.9.6.16, generated using F# Programming Language version 1.9.6.16