lzma

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2018 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package lzma implements reading and writing of LZMA compressed files.

This package is specifically designed for the LZMA format used popular UEFI implementations. It requires the `lzma` and `unlzma` programs to be installed and on the path.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(encodedData []byte) ([]byte, error)

Decode decodes a byte slice of LZMA data.

func DecodeX86

func DecodeX86(encodedData []byte) ([]byte, error)

DecodeX86 decodes LZMA data with the x86 extension.

func Encode

func Encode(decodedData []byte) ([]byte, error)

Encode encodes a byte slice with LZMA.

func EncodeX86

func EncodeX86(decodedData []byte) ([]byte, error)

EncodeX86 encodes LZMA data with the x86 extension.

Types

This section is empty.

Jump to

Keyboard shortcuts

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