[][src]Module delharc::decode

Structs

Lh1Decoder

A decoder for -lh1- compression method.

Lh5DecoderCfg
Lh7DecoderCfg
LhaDecodeError

An error returned from methods of LhaDecodeReader.

LhaDecodeReader

This type provides a convenient way to parse and decode LHA/LZH files.

LhaV2Decoder

A generic decoder for LHArc version 2 compression methods.

LhxDecoderCfg
Lz5Decoder

A decoder for -lz5- compression method.

LzsDecoder

A decoder for -lzs- compression method.

PassthroughDecoder

An empty decoder for storage only methods.

UnsupportedDecoder

A decoder used when compression method is unsupported. Reading from it will always produce an error.

Enums

DecoderAny

Traits

Decoder

The trait implemented by decoders.

LhaDecoderConfig

Type Definitions

Lh5Decoder

A decoder for -lh4- and -lh5- compression methods.

Lh7Decoder

A decoder for -lh6- and -lh7- compression methods.

LhxDecoder

A decoder for -lhx- compression methods.