uncompressed

package
v0.0.0-...-5d42db8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2023 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Overview

Package uncompressed provides implementations of the compression codec interfaces as pass-through without applying any compression nor decompression.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec struct {
}

func (*Codec) CompressionCodec

func (c *Codec) CompressionCodec() format.CompressionCodec

func (*Codec) Decode

func (c *Codec) Decode(dst, src []byte) ([]byte, error)

func (*Codec) Encode

func (c *Codec) Encode(dst, src []byte) ([]byte, error)

func (*Codec) String

func (c *Codec) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL