Files

10 lines
198 B
C#
Raw Permalink Normal View History

2013-04-07 10:58:58 +01:00
namespace SharpCompress.Compressor.Rar.decode
{
internal class RepDecode : Decode
{
internal RepDecode()
: base(new int[Compress.RC])
{
}
}
}