bzip2

package
v1.21.6 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package bzip2 implements bzip2 decompression.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReader

func NewReader(r io.Reader) io.Reader

NewReaderは、rからbzip2データを解凍するio.Readerを返します。 rがio.ByteReaderインターフェースを実装していない場合、 解凍器はrから必要以上のデータを読み取る可能性があります。

Types

type StructuralError

type StructuralError string

StructuralErrorは、bzip2データが構文的に無効であることが判明した場合に返されます。

func (StructuralError) Error

func (s StructuralError) Error() string

Jump to

Keyboard shortcuts

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