v1

package
v0.0.0-...-82fda4c Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 5 Imported by: 1

Documentation

Overview

tcmpr1 is a rudimentary run-length lossless compression algorithm (see 1). It works by merging similar blocks of data, thus reducing the total size of the buffer. tcmpr compressed blocks of data use the 0x74, 0x63, 0x6d, 0x70, 0x72, 0x31, 0x0A magic number (tcmpr1).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(r io.Reader, w io.Writer) error

Compress compresses data passed in via r into w

func Decompress

func Decompress(r io.Reader, w io.Writer) error

Decompress decompresses data passed in via r into w

Types

This section is empty.

Jump to

Keyboard shortcuts

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