Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.hex
  • Platforms: .NET, .NET Standard 2.0, Island

 

Decode

 

class method Decode(dst: Slice<Byte>; src: Slice<Byte>): tuple of (Int64, error)

 

static (Int64, error) Decode(Slice<Byte> dst, Slice<Byte> src)

 

static func Decode(_ dst: Slice<Byte>, _ src: Slice<Byte>) -> (Int64, error)

 

func Decode(dst Slice<Byte>, src Slice<Byte>) tuple of (Int64, error)

 

Shared Function Decode(dst As Slice<Byte>, src As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • dst:
  • src:

DecodedLen

 

class method DecodedLen(x: int): int

 

static int DecodedLen(int x)

 

static func DecodedLen(_ x: int) -> int

 

func DecodedLen(x int) int

 

Shared Function DecodedLen(x As int) As int

Parameters:

  • x:

DecodeString

 

class method DecodeString(s: string): tuple of (Slice<Byte>, error)

 

static (Slice<Byte>, error) DecodeString(string s)

 

static func DecodeString(_ s: string) -> (Slice<Byte>, error)

 

func DecodeString(s string) tuple of (Slice<Byte>, error)

 

Shared Function DecodeString(s As string) As Tuple (Of Slice<Byte>, error)

Parameters:

  • s:

Dump

 

class method Dump(data: Slice<Byte>): string

 

static string Dump(Slice<Byte> data)

 

static func Dump(_ data: Slice<Byte>) -> string

 

func Dump(data Slice<Byte>) string

 

Shared Function Dump(data As Slice<Byte>) As string

Parameters:

  • data:

Dumper

 

class method Dumper(w: Writer): WriteCloser

 

static WriteCloser Dumper(Writer w)

 

static func Dumper(_ w: Writer) -> WriteCloser

 

func Dumper(w Writer) WriteCloser

 

Shared Function Dumper(w As Writer) As WriteCloser

Parameters:

  • w:

Encode

 

class method Encode(dst: Slice<Byte>; src: Slice<Byte>): int

 

static int Encode(Slice<Byte> dst, Slice<Byte> src)

 

static func Encode(_ dst: Slice<Byte>, _ src: Slice<Byte>) -> int

 

func Encode(dst Slice<Byte>, src Slice<Byte>) int

 

Shared Function Encode(dst As Slice<Byte>, src As Slice<Byte>) As int

Parameters:

  • dst:
  • src:

EncodedLen

 

class method EncodedLen(n: int): int

 

static int EncodedLen(int n)

 

static func EncodedLen(_ n: int) -> int

 

func EncodedLen(n int) int

 

Shared Function EncodedLen(n As int) As int

Parameters:

  • n:

EncodeToString

 

class method EncodeToString(src: Slice<Byte>): string

 

static string EncodeToString(Slice<Byte> src)

 

static func EncodeToString(_ src: Slice<Byte>) -> string

 

func EncodeToString(src Slice<Byte>) string

 

Shared Function EncodeToString(src As Slice<Byte>) As string

Parameters:

  • src:

ErrLength

 

class var ErrLength: error;

 

static error ErrLength

 

static var ErrLength: error

 

ErrLength error

 

Shared FIELD ErrLength() As error

NewDecoder

 

class method NewDecoder(r: Reader): Reader

 

static Reader NewDecoder(Reader r)

 

static func NewDecoder(_ r: Reader) -> Reader

 

func NewDecoder(r Reader) Reader

 

Shared Function NewDecoder(r As Reader) As Reader

Parameters:

  • r:

NewEncoder

 

class method NewEncoder(w: Writer): Writer

 

static Writer NewEncoder(Writer w)

 

static func NewEncoder(_ w: Writer) -> Writer

 

func NewEncoder(w Writer) Writer

 

Shared Function NewEncoder(w As Writer) As Writer

Parameters:

  • w:

 

ErrLength

 

class var ErrLength: error;

 

static error ErrLength

 

static var ErrLength: error

 

ErrLength error

 

Shared FIELD ErrLength() As error

 

Decode

 

class method Decode(dst: Slice<Byte>; src: Slice<Byte>): tuple of (Int64, error)

 

static (Int64, error) Decode(Slice<Byte> dst, Slice<Byte> src)

 

static func Decode(_ dst: Slice<Byte>, _ src: Slice<Byte>) -> (Int64, error)

 

func Decode(dst Slice<Byte>, src Slice<Byte>) tuple of (Int64, error)

 

Shared Function Decode(dst As Slice<Byte>, src As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • dst:
  • src:

DecodedLen

 

class method DecodedLen(x: int): int

 

static int DecodedLen(int x)

 

static func DecodedLen(_ x: int) -> int

 

func DecodedLen(x int) int

 

Shared Function DecodedLen(x As int) As int

Parameters:

  • x:

DecodeString

 

class method DecodeString(s: string): tuple of (Slice<Byte>, error)

 

static (Slice<Byte>, error) DecodeString(string s)

 

static func DecodeString(_ s: string) -> (Slice<Byte>, error)

 

func DecodeString(s string) tuple of (Slice<Byte>, error)

 

Shared Function DecodeString(s As string) As Tuple (Of Slice<Byte>, error)

Parameters:

  • s:

Dump

 

class method Dump(data: Slice<Byte>): string

 

static string Dump(Slice<Byte> data)

 

static func Dump(_ data: Slice<Byte>) -> string

 

func Dump(data Slice<Byte>) string

 

Shared Function Dump(data As Slice<Byte>) As string

Parameters:

  • data:

Dumper

 

class method Dumper(w: Writer): WriteCloser

 

static WriteCloser Dumper(Writer w)

 

static func Dumper(_ w: Writer) -> WriteCloser

 

func Dumper(w Writer) WriteCloser

 

Shared Function Dumper(w As Writer) As WriteCloser

Parameters:

  • w:

Encode

 

class method Encode(dst: Slice<Byte>; src: Slice<Byte>): int

 

static int Encode(Slice<Byte> dst, Slice<Byte> src)

 

static func Encode(_ dst: Slice<Byte>, _ src: Slice<Byte>) -> int

 

func Encode(dst Slice<Byte>, src Slice<Byte>) int

 

Shared Function Encode(dst As Slice<Byte>, src As Slice<Byte>) As int

Parameters:

  • dst:
  • src:

EncodedLen

 

class method EncodedLen(n: int): int

 

static int EncodedLen(int n)

 

static func EncodedLen(_ n: int) -> int

 

func EncodedLen(n int) int

 

Shared Function EncodedLen(n As int) As int

Parameters:

  • n:

EncodeToString

 

class method EncodeToString(src: Slice<Byte>): string

 

static string EncodeToString(Slice<Byte> src)

 

static func EncodeToString(_ src: Slice<Byte>) -> string

 

func EncodeToString(src Slice<Byte>) string

 

Shared Function EncodeToString(src As Slice<Byte>) As string

Parameters:

  • src:

NewDecoder

 

class method NewDecoder(r: Reader): Reader

 

static Reader NewDecoder(Reader r)

 

static func NewDecoder(_ r: Reader) -> Reader

 

func NewDecoder(r Reader) Reader

 

Shared Function NewDecoder(r As Reader) As Reader

Parameters:

  • r:

NewEncoder

 

class method NewEncoder(w: Writer): Writer

 

static Writer NewEncoder(Writer w)

 

static func NewEncoder(_ w: Writer) -> Writer

 

func NewEncoder(w Writer) Writer

 

Shared Function NewEncoder(w As Writer) As Writer

Parameters:

  • w: