Writer
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.mime.quotedprintable
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Writer()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aBinary: Boolean; aw: Writer; ai: Int64; aline: array of Byte; acr: Boolean)
// Island
constructor(aBinary: bool; aw: Writer; ai: int; aline: array of byte; acr: bool)
// .NET, .NET Standard 2.0
Writer(Boolean aBinary, Writer aw, Int64 ai, Byte[] aline, Boolean acr)
// Island
Writer(bool aBinary, Writer aw, int ai, byte[] aline, bool acr)
// .NET, .NET Standard 2.0
init(_ aBinary: Boolean, _ aw: Writer, _ ai: Int64, _ aline: Byte..., _ acr: Boolean)
// Island
init(_ aBinary: bool, _ aw: Writer, _ ai: int, _ aline: byte..., _ acr: bool)
// .NET, .NET Standard 2.0
Sub New(aBinary As Boolean, aw As Writer, ai As Int64, aline As Byte(), acr As Boolean)
// Island
Sub New(aBinary As bool, aw As Writer, ai As int, aline As byte(), acr As bool)
Parameters:
- aBinary:
- aw:
- ai:
- aline:
- acr:
constructor (Writer)
constructor(value: Writer)
Writer(Writer value)
init(_ value: Writer)
Sub New(value As Writer)
Parameters:
- value:
Binary
var Binary: bool;
bool Binary
var Binary: bool
Binary bool
FIELD Binary() As bool
Close
method Close: error
error Close()
func Close() -> error
func Close() error
Function Close() As error
Write
method Write(p: Slice<Byte>): tuple of (n: Int64, err: error)
(Int64 n, error err) Write(Slice<Byte> p)
func Write(_ p: Slice<Byte>) -> tuple of (Int64, error)
func Write(p Slice<Byte>) tuple of (|name=n| Int64, |name=err| error)
Function Write(p As Slice<Byte>) As Tuple (Of Int64, error)
Parameters:
- p:
Binary
var Binary: bool;
bool Binary
var Binary: bool
Binary bool
FIELD Binary() As bool
constructor
constructor
Writer()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aBinary: Boolean; aw: Writer; ai: Int64; aline: array of Byte; acr: Boolean)
// Island
constructor(aBinary: bool; aw: Writer; ai: int; aline: array of byte; acr: bool)
// .NET, .NET Standard 2.0
Writer(Boolean aBinary, Writer aw, Int64 ai, Byte[] aline, Boolean acr)
// Island
Writer(bool aBinary, Writer aw, int ai, byte[] aline, bool acr)
// .NET, .NET Standard 2.0
init(_ aBinary: Boolean, _ aw: Writer, _ ai: Int64, _ aline: Byte..., _ acr: Boolean)
// Island
init(_ aBinary: bool, _ aw: Writer, _ ai: int, _ aline: byte..., _ acr: bool)
// .NET, .NET Standard 2.0
Sub New(aBinary As Boolean, aw As Writer, ai As Int64, aline As Byte(), acr As Boolean)
// Island
Sub New(aBinary As bool, aw As Writer, ai As int, aline As byte(), acr As bool)
Parameters:
- aBinary:
- aw:
- ai:
- aline:
- acr:
constructor (Writer)
constructor(value: Writer)
Writer(Writer value)
init(_ value: Writer)
Sub New(value As Writer)
Parameters:
- value: