[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Streamer class
Namespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected Streamer(
Encoding encoding = null
)
protected Streamer(
Encoding encoding = null
)
Protected Sub New (
Optional encoding As Encoding = Nothing
)
Protected Sub New (
Optional encoding As Encoding = Nothing
)
protected:
Streamer(
Encoding^ encoding = nullptr
)
protected:
Streamer(
Encoding^ encoding = nullptr
)
new :
?encoding : Encoding
(* Defaults:
let _encoding = defaultArg encoding null
*)
-> Streamer
new :
?encoding : Encoding
(* Defaults:
let _encoding = defaultArg encoding null
*)
-> Streamer