mult

package module
v0.0.0-...-22df0f2 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2024 License: BSD-2-Clause Imports: 1 Imported by: 0

README

MULTI/FORMAT/CODEC I/O

  /*
   * Encoded data set content object.
   */
  type Object []byte
  /*
   * Binary code user interface.
   */
  type IO interface {

	  Write(io.Writer) (error)

	  Read(io.Reader) (error)
  }


References

  [MULF] https://multiformats.io/
  [MUCT] https://github.com/multiformats/multicodec/blob/master/table.csv

Documentation

Overview

* MULTI/FORMAT/CODEC I/O * Copyright 2023 John Douglas Pritchard, Syntelos * * * References * * https://github.com/multiformats/multicodec/blob/master/table.csv * https://multiformats.io/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Concatenate

func Concatenate(a, b []byte) []byte

func Copy

func Copy(dst []byte, dx, dz int, src []byte, sx, sz int) []byte

Types

type IO

type IO interface {
	/*
	 * The MULT producer is replicating.
	 */
	Write(io.Writer) error
	/*
	 * The MULT consumer is validating.
	 */
	Read(io.Reader) (Object, error)
}

* Binary code user interface.

type Object

type Object []byte

Directories

Path Synopsis
* MULTI/CODEC I/O * Copyright 2023 John Douglas Pritchard, Syntelos * * * References * * https://github.com/multiformats/multicodec/blob/master/table.csv * https://multiformats.io/
* MULTI/CODEC I/O * Copyright 2023 John Douglas Pritchard, Syntelos * * * References * * https://github.com/multiformats/multicodec/blob/master/table.csv * https://multiformats.io/
* MULTIBASE TABLE I/O * Copyright 2023 John Douglas Pritchard, Syntelos * * References * * [MULT] https://github.com/syntelos/go-mult * [MUCT] https://github.com/multiformats/multicodec/blob/master/table.csv
* MULTIBASE TABLE I/O * Copyright 2023 John Douglas Pritchard, Syntelos * * References * * [MULT] https://github.com/syntelos/go-mult * [MUCT] https://github.com/multiformats/multicodec/blob/master/table.csv
* MULTI/FORMAT I/O * Copyright 2023 John Douglas Pritchard, Syntelos * * * References * * https://github.com/multiformats/multiformat/blob/master/table.csv * https://multiformats.io/
* MULTI/FORMAT I/O * Copyright 2023 John Douglas Pritchard, Syntelos * * * References * * https://github.com/multiformats/multiformat/blob/master/table.csv * https://multiformats.io/

Jump to

Keyboard shortcuts

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