Module: stdgo.compress.bzip2
Overview
Index
-
function benchmarkDecodeDigits(_b:stdgo._internal.testing.B):Void
-
function benchmarkDecodeNewton(_b:stdgo._internal.testing.B):Void
-
function benchmarkDecodeRand(_b:stdgo._internal.testing.B):Void
-
function newReader(_r:stdgo._internal.io.Reader):stdgo._internal.io.Reader
Classes
import
class Bzip2
Package bzip2 implements bzip2 decompression.
Bzip2 function benchmarkDecodeDigits
function benchmarkDecodeDigits(_b:stdgo._internal.testing.B):Void
Bzip2 function benchmarkDecodeNewton
function benchmarkDecodeNewton(_b:stdgo._internal.testing.B):Void
Bzip2 function benchmarkDecodeRand
function benchmarkDecodeRand(_b:stdgo._internal.testing.B):Void
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.
Bzip2 function testBitReader
function testBitReader(_t:stdgo._internal.testing.T_):Void
Bzip2 function testMTF
function testMTF(_t:stdgo._internal.testing.T_):Void
Bzip2 function testReader
function testReader(_t:stdgo._internal.testing.T_):Void
Bzip2 function testZeroRead
function testZeroRead(_t:stdgo._internal.testing.T_):Void
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;