pkzip

package
v0.0.0-...-382259f Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package pkzip implements a pure Go decoder for the PKWARE compression algorithm

Index

Constants

This section is empty.

Variables

View Source
var (
	PKZIP_CMP_BINARY       uint32 = 0 /* binary compression. */
	PKZIP_CMP_ASCII        uint32 = 1 /* ascii compression. */
	PKZIP_CMP_NO_ERROR     uint32 = 0
	PKZIP_CMP_INV_DICTSIZE uint32 = 1
	PKZIP_CMP_INV_MODE     uint32 = 2
	PKZIP_CMP_BAD_DATA     uint32 = 3
	PKZIP_CMP_ABORT        uint32 = 4
)

Functions

func Decompress

func Decompress(input []byte) ([]byte, error)

Types

type PKZIP

type PKZIP struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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