Global

Location

 

AppendHuffmanString

 

class method AppendHuffmanString(dst: Slice<Byte>; s: string): Slice<Byte>

 

static Slice<Byte> AppendHuffmanString(Slice<Byte> dst, string s)

 

static func AppendHuffmanString(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>

 

func AppendHuffmanString(dst Slice<Byte>, s string) Slice<Byte>

 

Shared Function AppendHuffmanString(dst As Slice<Byte>, s As string) As Slice<Byte>

Parameters:

  • dst:
  • s:

ErrInvalidHuffman

 

class var ErrInvalidHuffman: error;

 

static error ErrInvalidHuffman

 

static var ErrInvalidHuffman: error

 

ErrInvalidHuffman error

 

Shared FIELD ErrInvalidHuffman() As error

ErrStringLength

 

class var ErrStringLength: error;

 

static error ErrStringLength

 

static var ErrStringLength: error

 

ErrStringLength error

 

Shared FIELD ErrStringLength() As error

HuffmanDecode

 

class method HuffmanDecode(w: Writer; v: Slice<Byte>): tuple of (Int64, error)

 

static (Int64, error) HuffmanDecode(Writer w, Slice<Byte> v)

 

static func HuffmanDecode(_ w: Writer, _ v: Slice<Byte>) -> (Int64, error)

 

func HuffmanDecode(w Writer, v Slice<Byte>) tuple of (Int64, error)

 

Shared Function HuffmanDecode(w As Writer, v As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • w:
  • v:

HuffmanDecodeToString

 

class method HuffmanDecodeToString(v: Slice<Byte>): tuple of (string, error)

 

static (string, error) HuffmanDecodeToString(Slice<Byte> v)

 

static func HuffmanDecodeToString(_ v: Slice<Byte>) -> (string, error)

 

func HuffmanDecodeToString(v Slice<Byte>) tuple of (string, error)

 

Shared Function HuffmanDecodeToString(v As Slice<Byte>) As Tuple (Of string, error)

Parameters:

  • v:

HuffmanEncodeLength

 

class method HuffmanEncodeLength(s: string): uint64

 

static uint64 HuffmanEncodeLength(string s)

 

static func HuffmanEncodeLength(_ s: string) -> uint64

 

func HuffmanEncodeLength(s string) uint64

 

Shared Function HuffmanEncodeLength(s As string) As uint64

Parameters:

  • s:

NewDecoder

 

// .NET, .NET Standard 2.0
class method NewDecoder(maxDynamicTableSize: uint32; emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>): Memory<Decoder>
// Island
class method NewDecoder(maxDynamicTableSize: uint32; emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>): Memory<Decoder>

 

// .NET, .NET Standard 2.0
static Memory<Decoder> NewDecoder(uint32 maxDynamicTableSize, Action<go.golang.org.x.net.http2.hpack.HeaderField> emitFunc)
// Island
static Memory<Decoder> NewDecoder(uint32 maxDynamicTableSize, Action<go.golang.org.x.net.http2.hpack.HeaderField> emitFunc)

 

// .NET, .NET Standard 2.0
static func NewDecoder(_ maxDynamicTableSize: uint32, _ emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>) -> Memory<Decoder>
// Island
static func NewDecoder(_ maxDynamicTableSize: uint32, _ emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>) -> Memory<Decoder>

 

// .NET, .NET Standard 2.0
func NewDecoder(maxDynamicTableSize uint32, emitFunc Action<go.golang.org.x.net.http2.hpack.HeaderField>) Memory<Decoder>
// Island
func NewDecoder(maxDynamicTableSize uint32, emitFunc Action<go.golang.org.x.net.http2.hpack.HeaderField>) Memory<Decoder>

 

// .NET, .NET Standard 2.0
Shared Function NewDecoder(maxDynamicTableSize As uint32, emitFunc As Action<go.golang.org.x.net.http2.hpack.HeaderField>) As Memory<Decoder>
// Island
Shared Function NewDecoder(maxDynamicTableSize As uint32, emitFunc As Action<go.golang.org.x.net.http2.hpack.HeaderField>) As Memory<Decoder>

Parameters:

  • maxDynamicTableSize:
  • emitFunc:

NewEncoder

 

// .NET, .NET Standard 2.0
class method NewEncoder(w: Writer): Memory<Encoder>
// Island
class method NewEncoder(w: Writer): Memory<Encoder>

 

// .NET, .NET Standard 2.0
static Memory<Encoder> NewEncoder(Writer w)
// Island
static Memory<Encoder> NewEncoder(Writer w)

 

// .NET, .NET Standard 2.0
static func NewEncoder(_ w: Writer) -> Memory<Encoder>
// Island
static func NewEncoder(_ w: Writer) -> Memory<Encoder>

 

// .NET, .NET Standard 2.0
func NewEncoder(w Writer) Memory<Encoder>
// Island
func NewEncoder(w Writer) Memory<Encoder>

 

// .NET, .NET Standard 2.0
Shared Function NewEncoder(w As Writer) As Memory<Encoder>
// Island
Shared Function NewEncoder(w As Writer) As Memory<Encoder>

Parameters:

  • w:

 

ErrInvalidHuffman

 

class var ErrInvalidHuffman: error;

 

static error ErrInvalidHuffman

 

static var ErrInvalidHuffman: error

 

ErrInvalidHuffman error

 

Shared FIELD ErrInvalidHuffman() As error

ErrStringLength

 

class var ErrStringLength: error;

 

static error ErrStringLength

 

static var ErrStringLength: error

 

ErrStringLength error

 

Shared FIELD ErrStringLength() As error

 

AppendHuffmanString

 

class method AppendHuffmanString(dst: Slice<Byte>; s: string): Slice<Byte>

 

static Slice<Byte> AppendHuffmanString(Slice<Byte> dst, string s)

 

static func AppendHuffmanString(_ dst: Slice<Byte>, _ s: string) -> Slice<Byte>

 

func AppendHuffmanString(dst Slice<Byte>, s string) Slice<Byte>

 

Shared Function AppendHuffmanString(dst As Slice<Byte>, s As string) As Slice<Byte>

Parameters:

  • dst:
  • s:

HuffmanDecode

 

class method HuffmanDecode(w: Writer; v: Slice<Byte>): tuple of (Int64, error)

 

static (Int64, error) HuffmanDecode(Writer w, Slice<Byte> v)

 

static func HuffmanDecode(_ w: Writer, _ v: Slice<Byte>) -> (Int64, error)

 

func HuffmanDecode(w Writer, v Slice<Byte>) tuple of (Int64, error)

 

Shared Function HuffmanDecode(w As Writer, v As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • w:
  • v:

HuffmanDecodeToString

 

class method HuffmanDecodeToString(v: Slice<Byte>): tuple of (string, error)

 

static (string, error) HuffmanDecodeToString(Slice<Byte> v)

 

static func HuffmanDecodeToString(_ v: Slice<Byte>) -> (string, error)

 

func HuffmanDecodeToString(v Slice<Byte>) tuple of (string, error)

 

Shared Function HuffmanDecodeToString(v As Slice<Byte>) As Tuple (Of string, error)

Parameters:

  • v:

HuffmanEncodeLength

 

class method HuffmanEncodeLength(s: string): uint64

 

static uint64 HuffmanEncodeLength(string s)

 

static func HuffmanEncodeLength(_ s: string) -> uint64

 

func HuffmanEncodeLength(s string) uint64

 

Shared Function HuffmanEncodeLength(s As string) As uint64

Parameters:

  • s:

NewDecoder

 

// .NET, .NET Standard 2.0
class method NewDecoder(maxDynamicTableSize: uint32; emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>): Memory<Decoder>
// Island
class method NewDecoder(maxDynamicTableSize: uint32; emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>): Memory<Decoder>

 

// .NET, .NET Standard 2.0
static Memory<Decoder> NewDecoder(uint32 maxDynamicTableSize, Action<go.golang.org.x.net.http2.hpack.HeaderField> emitFunc)
// Island
static Memory<Decoder> NewDecoder(uint32 maxDynamicTableSize, Action<go.golang.org.x.net.http2.hpack.HeaderField> emitFunc)

 

// .NET, .NET Standard 2.0
static func NewDecoder(_ maxDynamicTableSize: uint32, _ emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>) -> Memory<Decoder>
// Island
static func NewDecoder(_ maxDynamicTableSize: uint32, _ emitFunc: Action<go.golang.org.x.net.http2.hpack.HeaderField>) -> Memory<Decoder>

 

// .NET, .NET Standard 2.0
func NewDecoder(maxDynamicTableSize uint32, emitFunc Action<go.golang.org.x.net.http2.hpack.HeaderField>) Memory<Decoder>
// Island
func NewDecoder(maxDynamicTableSize uint32, emitFunc Action<go.golang.org.x.net.http2.hpack.HeaderField>) Memory<Decoder>

 

// .NET, .NET Standard 2.0
Shared Function NewDecoder(maxDynamicTableSize As uint32, emitFunc As Action<go.golang.org.x.net.http2.hpack.HeaderField>) As Memory<Decoder>
// Island
Shared Function NewDecoder(maxDynamicTableSize As uint32, emitFunc As Action<go.golang.org.x.net.http2.hpack.HeaderField>) As Memory<Decoder>

Parameters:

  • maxDynamicTableSize:
  • emitFunc:

NewEncoder

 

// .NET, .NET Standard 2.0
class method NewEncoder(w: Writer): Memory<Encoder>
// Island
class method NewEncoder(w: Writer): Memory<Encoder>

 

// .NET, .NET Standard 2.0
static Memory<Encoder> NewEncoder(Writer w)
// Island
static Memory<Encoder> NewEncoder(Writer w)

 

// .NET, .NET Standard 2.0
static func NewEncoder(_ w: Writer) -> Memory<Encoder>
// Island
static func NewEncoder(_ w: Writer) -> Memory<Encoder>

 

// .NET, .NET Standard 2.0
func NewEncoder(w Writer) Memory<Encoder>
// Island
func NewEncoder(w Writer) Memory<Encoder>

 

// .NET, .NET Standard 2.0
Shared Function NewEncoder(w As Writer) As Memory<Encoder>
// Island
Shared Function NewEncoder(w As Writer) As Memory<Encoder>

Parameters:

  • w: