Transformer
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.runes
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Transformer()
init()
Sub New()
constructor (SpanningTransformer)
constructor(at: SpanningTransformer)
Transformer(SpanningTransformer at)
init(_ at: SpanningTransformer)
Sub New(at As SpanningTransformer)
Parameters:
- at:
constructor (Transformer)
constructor(value: Transformer)
Transformer(Transformer value)
init(_ value: Transformer)
Sub New(value As Transformer)
Parameters:
- value:
Bytes
method Bytes(b: Slice<Byte>): Slice<Byte>
Slice<Byte> Bytes(Slice<Byte> b)
func Bytes(_ b: Slice<Byte>) -> Slice<Byte>
func Bytes(b Slice<Byte>) Slice<Byte>
Function Bytes(b As Slice<Byte>) As Slice<Byte>
Parameters:
- b:
Reset
method Reset
void Reset()
func Reset()
// .NET, .NET Standard 2.0
func Reset()
// Island
func Reset() void
Sub Reset()
Span
method Span(b: Slice<Byte>; atEOF: bool): tuple of (n: Int64, err: error)
(Int64 n, error err) Span(Slice<Byte> b, bool atEOF)
func Span(_ b: Slice<Byte>, _ atEOF: bool) -> tuple of (Int64, error)
func Span(b Slice<Byte>, atEOF bool) tuple of (|name=n| Int64, |name=err| error)
Function Span(b As Slice<Byte>, atEOF As bool) As Tuple (Of Int64, error)
Parameters:
- b:
- atEOF:
String
method String(s: string): string
string String(string s)
func String(_ s: string) -> string
func String(s string) string
Function String(s As string) As string
Parameters:
- s:
Transform
method Transform(dst: Slice<Byte>; src: Slice<Byte>; atEOF: bool): tuple of (nDst: Int64, nSrc: Int64, err: error)
(Int64 nDst, Int64 nSrc, error err) Transform(Slice<Byte> dst, Slice<Byte> src, bool atEOF)
func Transform(_ dst: Slice<Byte>, _ src: Slice<Byte>, _ atEOF: bool) -> tuple of (Int64, Int64, error)
func Transform(dst Slice<Byte>, src Slice<Byte>, atEOF bool) tuple of (|name=nDst| Int64, |name=nSrc| Int64, |name=err| error)
Function Transform(dst As Slice<Byte>, src As Slice<Byte>, atEOF As bool) As Tuple (Of Int64, Int64, error)
Parameters:
- dst:
- src:
- atEOF: