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


Values

ValueDescription
[<OCamlCompatibilityAttribute ()>]
val of_BinaryWriter : #BinaryWriter -> out_channel
Link .NET IO with the out_channel/in_channel model
[<OCamlCompatibilityAttribute ()>]
val of_Stream : #Encoding -> #Stream -> out_channel
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
[<OCamlCompatibilityAttribute ()>]
val of_StreamWriter : #StreamWriter -> out_channel
Link .NET IO with the out_channel/in_channel model
[<OCamlCompatibilityAttribute ()>]
val of_TextWriter : #TextWriter -> out_channel
Link .NET IO with the out_channel/in_channel model
[<OCamlCompatibilityAttribute ()>]
val to_BinaryWriter : out_channel -> BinaryWriter
Access the underlying stream-based objects for the channel
[<OCamlCompatibilityAttribute ()>]
val to_Stream : out_channel -> Stream
Access the underlying stream-based objects for the channel
[<OCamlCompatibilityAttribute ()>]
val to_StreamWriter : out_channel -> StreamWriter
Access the underlying stream-based objects for the channel
[<OCamlCompatibilityAttribute ()>]
val to_TextWriter : out_channel -> TextWriter
Access the underlying stream-based objects for the channel

See Also

Microsoft.FSharp.Compatibility.OCaml.Pervasives


Documentation for assembly FSharp.Compatibility, version 1.9.4.19, generated using F# version 1.9.4.19