[SabreTools, Flags, DatFile, Utilities, README] Stat output

Add new input that mirrors the input for DAT formats. This also introduces the SSV statistics output format
This commit is contained in:
Matt Nadareski
2018-03-12 21:18:25 -07:00
parent 79ba3c1044
commit eb71c16454
6 changed files with 106 additions and 22 deletions

View File

@@ -273,9 +273,10 @@ namespace SabreTools.Library.Data
Textfile = 0x01,
HTML = Textfile << 1,
CSV = HTML << 1,
TSV = CSV << 1,
SSV = CSV << 1,
TSV = SSV << 1,
All = Textfile | HTML | CSV | TSV,
All = Textfile | HTML | CSV | SSV | TSV,
}
/// <summary>