mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-14 21:23:38 +00:00
10 lines
198 B
C#
10 lines
198 B
C#
namespace SharpCompress.Compressor.Rar.decode
|
|
{
|
|
internal class LitDecode : Decode
|
|
{
|
|
internal LitDecode()
|
|
: base(new int[Compress.NC])
|
|
{
|
|
}
|
|
}
|
|
} |