namespace Aaru.Archives;
public sealed partial class Arc
{
const byte MARKER = 0x1A;
const byte FNLEN = 13;
}