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)
Parameters:
- aBinary:
- aw:
- ai:
- aline:
- acr:
constructor (Writer)
Parameters:
- value:
Binary
Close
method Close: error
error Close()
func Close() -> error
func Close() error
Function Close() As error
Write
Parameters:
- p:
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)
Parameters:
- aBinary:
- aw:
- ai:
- aline:
- acr:
constructor (Writer)
Parameters:
- value: