mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
10 lines
207 B
C#
10 lines
207 B
C#
namespace SharpCompress.Compressor.Rar.decode
|
|
{
|
|
internal class LowDistDecode : Decode
|
|
{
|
|
internal LowDistDecode()
|
|
: base(new int[Compress.LDC])
|
|
{
|
|
}
|
|
}
|
|
} |