go2hx

manual

github

Module: stdgo.compress.bzip2

(view library index)

Overview

Index

Classes

import

class Bzip2

Package bzip2 implements bzip2 decompression.

Bzip2 function benchmarkDecodeDigits

function benchmarkDecodeDigits(_b:stdgo._internal.testing.B):Void

(view code)

Bzip2 function benchmarkDecodeNewton

function benchmarkDecodeNewton(_b:stdgo._internal.testing.B):Void

(view code)

Bzip2 function benchmarkDecodeRand

function benchmarkDecodeRand(_b:stdgo._internal.testing.B):Void

(view code)

Bzip2 function newReader

function newReader(_r:stdgo._internal.io.Reader):stdgo._internal.io.Reader
NewReader returns an io.Reader which decompresses bzip2 data from r.
        If r does not also implement io.ByteReader,
        the decompressor may read more data than necessary from r.

(view code)

Bzip2 function testBitReader

function testBitReader(_t:stdgo._internal.testing.T_):Void

(view code)

Bzip2 function testMTF

function testMTF(_t:stdgo._internal.testing.T_):Void

(view code)

Bzip2 function testReader

function testReader(_t:stdgo._internal.testing.T_):Void

(view code)

Bzip2 function testZeroRead

function testZeroRead(_t:stdgo._internal.testing.T_):Void

(view code)

Typedefs

import

typedef StructuralError

typedef StructuralError = stdgo._internal.compress.bzip2.StructuralError;

typedef T__struct_0

typedef T__struct_0 = stdgo._internal.compress.bzip2.T__struct_0;

typedef T__struct_1

typedef T__struct_1 = stdgo._internal.compress.bzip2.T__struct_1;

typedef T__struct_2

typedef T__struct_2 = stdgo._internal.compress.bzip2.T__struct_2;

typedef T_moveToFrontDecoder

typedef T_moveToFrontDecoder = stdgo._internal.compress.bzip2.T_moveToFrontDecoder;

Abstracts

abstract T_bitReader

(view file containing code)

abstract T_reader

(view file containing code)

abstract T_huffmanTree

(view file containing code)

abstract T_huffmanNode

(view file containing code)

abstract T_huffmanSymbolLengthPair

(view file containing code)

abstract T_huffmanCode

(view file containing code)