Formats.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. /* This file is part of SevenZipSharp.
  2. SevenZipSharp is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU Lesser General Public License as published by
  4. the Free Software Foundation, either version 3 of the License, or
  5. (at your option) any later version.
  6. SevenZipSharp is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU Lesser General Public License for more details.
  10. You should have received a copy of the GNU Lesser General Public License
  11. along with SevenZipSharp. If not, see <http://www.gnu.org/licenses/>.
  12. */
  13. using System;
  14. using System.Collections.Generic;
  15. using System.IO;
  16. namespace SevenZip
  17. {
  18. #if UNMANAGED
  19. /// <summary>
  20. /// Readable archive format enumeration.
  21. /// </summary>
  22. public enum InArchiveFormat
  23. {
  24. /// <summary>
  25. /// Open 7-zip archive format.
  26. /// </summary>
  27. /// <remarks><a href="http://en.wikipedia.org/wiki/7-zip">Wikipedia information</a></remarks>
  28. SevenZip,
  29. /// <summary>
  30. /// Proprietary Arj archive format.
  31. /// </summary>
  32. /// <remarks><a href="http://en.wikipedia.org/wiki/ARJ">Wikipedia information</a></remarks>
  33. Arj,
  34. /// <summary>
  35. /// Open Bzip2 archive format.
  36. /// </summary>
  37. /// <remarks><a href="http://en.wikipedia.org/wiki/Bzip2">Wikipedia information</a></remarks>
  38. BZip2,
  39. /// <summary>
  40. /// Microsoft cabinet archive format.
  41. /// </summary>
  42. /// <remarks><a href="http://en.wikipedia.org/wiki/Cabinet_(file_format)">Wikipedia information</a></remarks>
  43. Cab,
  44. /// <summary>
  45. /// Microsoft Compiled HTML Help file format.
  46. /// </summary>
  47. /// <remarks><a href="http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help">Wikipedia information</a></remarks>
  48. Chm,
  49. /// <summary>
  50. /// Microsoft Compound file format.
  51. /// </summary>
  52. /// <remarks><a href="http://en.wikipedia.org/wiki/Compound_File_Binary_Format">Wikipedia information</a></remarks>
  53. Compound,
  54. /// <summary>
  55. /// Open Cpio archive format.
  56. /// </summary>
  57. /// <remarks><a href="http://en.wikipedia.org/wiki/Cpio">Wikipedia information</a></remarks>
  58. Cpio,
  59. /// <summary>
  60. /// Open Debian software package format.
  61. /// </summary>
  62. /// <remarks><a href="http://en.wikipedia.org/wiki/Deb_(file_format)">Wikipedia information</a></remarks>
  63. Deb,
  64. /// <summary>
  65. /// Open Gzip archive format.
  66. /// </summary>
  67. /// <remarks><a href="http://en.wikipedia.org/wiki/Gzip">Wikipedia information</a></remarks>
  68. GZip,
  69. /// <summary>
  70. /// Open ISO disk image format.
  71. /// </summary>
  72. /// <remarks><a href="http://en.wikipedia.org/wiki/ISO_image">Wikipedia information</a></remarks>
  73. Iso,
  74. /// <summary>
  75. /// Open Lzh archive format.
  76. /// </summary>
  77. /// <remarks><a href="http://en.wikipedia.org/wiki/Lzh">Wikipedia information</a></remarks>
  78. Lzh,
  79. /// <summary>
  80. /// Open core 7-zip Lzma raw archive format.
  81. /// </summary>
  82. /// <remarks><a href="http://en.wikipedia.org/wiki/Lzma">Wikipedia information</a></remarks>
  83. Lzma,
  84. /// <summary>
  85. /// Nullsoft installation package format.
  86. /// </summary>
  87. /// <remarks><a href="http://en.wikipedia.org/wiki/NSIS">Wikipedia information</a></remarks>
  88. Nsis,
  89. /// <summary>
  90. /// RarLab Rar archive format.
  91. /// </summary>
  92. /// <remarks><a href="http://en.wikipedia.org/wiki/Rar">Wikipedia information</a></remarks>
  93. Rar,
  94. /// <summary>
  95. /// Open Rpm software package format.
  96. /// </summary>
  97. /// <remarks><a href="http://en.wikipedia.org/wiki/RPM_Package_Manager">Wikipedia information</a></remarks>
  98. Rpm,
  99. /// <summary>
  100. /// Open split file format.
  101. /// </summary>
  102. /// <remarks><a href="?">Wikipedia information</a></remarks>
  103. Split,
  104. /// <summary>
  105. /// Open Tar archive format.
  106. /// </summary>
  107. /// <remarks><a href="http://en.wikipedia.org/wiki/Tar_(file_format)">Wikipedia information</a></remarks>
  108. Tar,
  109. /// <summary>
  110. /// Microsoft Windows Imaging disk image format.
  111. /// </summary>
  112. /// <remarks><a href="http://en.wikipedia.org/wiki/Windows_Imaging_Format">Wikipedia information</a></remarks>
  113. Wim,
  114. /// <summary>
  115. /// Open LZW archive format; implemented in "compress" program; also known as "Z" archive format.
  116. /// </summary>
  117. /// <remarks><a href="http://en.wikipedia.org/wiki/Compress">Wikipedia information</a></remarks>
  118. Lzw,
  119. /// <summary>
  120. /// Open Zip archive format.
  121. /// </summary>
  122. /// <remarks><a href="http://en.wikipedia.org/wiki/ZIP_(file_format)">Wikipedia information</a></remarks>
  123. Zip,
  124. /// <summary>
  125. /// Open Udf disk image format.
  126. /// </summary>
  127. Udf,
  128. /// <summary>
  129. /// Xar open source archive format.
  130. /// </summary>
  131. /// <remarks><a href="http://en.wikipedia.org/wiki/Xar_(archiver)">Wikipedia information</a></remarks>
  132. Xar,
  133. /// <summary>
  134. /// Mub
  135. /// </summary>
  136. Mub,
  137. /// <summary>
  138. /// Macintosh Disk Image on CD.
  139. /// </summary>
  140. /// <remarks><a href="http://en.wikipedia.org/wiki/HFS_Plus">Wikipedia information</a></remarks>
  141. Hfs,
  142. /// <summary>
  143. /// Apple Mac OS X Disk Copy Disk Image format.
  144. /// </summary>
  145. Dmg,
  146. /// <summary>
  147. /// Open Xz archive format.
  148. /// </summary>
  149. /// <remarks><a href="http://en.wikipedia.org/wiki/Xz">Wikipedia information</a></remarks>
  150. XZ,
  151. /// <summary>
  152. /// MSLZ archive format.
  153. /// </summary>
  154. Mslz,
  155. /// <summary>
  156. /// Flash video format.
  157. /// </summary>
  158. /// <remarks><a href="http://en.wikipedia.org/wiki/Flv">Wikipedia information</a></remarks>
  159. Flv,
  160. /// <summary>
  161. /// Shockwave Flash format.
  162. /// </summary>
  163. /// <remarks><a href="http://en.wikipedia.org/wiki/Swf">Wikipedia information</a></remarks>
  164. Swf,
  165. /// <summary>
  166. /// Windows PE executable format.
  167. /// </summary>
  168. /// <remarks><a href="http://en.wikipedia.org/wiki/Portable_Executable">Wikipedia information</a></remarks>
  169. PE,
  170. /// <summary>
  171. /// Linux executable Elf format.
  172. /// </summary>
  173. /// <remarks><a href="http://en.wikipedia.org/wiki/Executable_and_Linkable_Format">Wikipedia information</a></remarks>
  174. Elf,
  175. /// <summary>
  176. /// Windows Installer Database.
  177. /// </summary>
  178. /// <remarks><a href="http://en.wikipedia.org/wiki/Windows_Installer">Wikipedia information</a></remarks>
  179. Msi,
  180. /// <summary>
  181. /// Microsoft virtual hard disk file format.
  182. /// </summary>
  183. /// <remarks><a href="http://en.wikipedia.org/wiki/VHD_%28file_format%29">Wikipedia information</a></remarks>
  184. Vhd
  185. }
  186. #if COMPRESS
  187. /// <summary>
  188. /// Writable archive format enumeration.
  189. /// </summary>
  190. public enum OutArchiveFormat
  191. {
  192. /// <summary>
  193. /// Open 7-zip archive format.
  194. /// </summary>
  195. /// <remarks><a href="http://en.wikipedia.org/wiki/7-zip">Wikipedia information</a></remarks>
  196. SevenZip,
  197. /// <summary>
  198. /// Open Zip archive format.
  199. /// </summary>
  200. /// <remarks><a href="http://en.wikipedia.org/wiki/ZIP_(file_format)">Wikipedia information</a></remarks>
  201. Zip,
  202. /// <summary>
  203. /// Open Gzip archive format.
  204. /// </summary>
  205. /// <remarks><a href="http://en.wikipedia.org/wiki/Gzip">Wikipedia information</a></remarks>
  206. GZip,
  207. /// <summary>
  208. /// Open Bzip2 archive format.
  209. /// </summary>
  210. /// <remarks><a href="http://en.wikipedia.org/wiki/Bzip2">Wikipedia information</a></remarks>
  211. BZip2,
  212. /// <summary>
  213. /// Open Tar archive format.
  214. /// </summary>
  215. /// <remarks><a href="http://en.wikipedia.org/wiki/Tar_(file_format)">Wikipedia information</a></remarks>
  216. Tar,
  217. /// <summary>
  218. /// Open Xz archive format.
  219. /// </summary>
  220. /// <remarks><a href="http://en.wikipedia.org/wiki/Xz">Wikipedia information</a></remarks>
  221. XZ
  222. }
  223. /// <summary>
  224. /// Compression level enumeration
  225. /// </summary>
  226. public enum CompressionLevel
  227. {
  228. /// <summary>
  229. /// No compression
  230. /// </summary>
  231. None,
  232. /// <summary>
  233. /// Very low compression level
  234. /// </summary>
  235. Fast,
  236. /// <summary>
  237. /// Low compression level
  238. /// </summary>
  239. Low,
  240. /// <summary>
  241. /// Normal compression level (default)
  242. /// </summary>
  243. Normal,
  244. /// <summary>
  245. /// High compression level
  246. /// </summary>
  247. High,
  248. /// <summary>
  249. /// The best compression level (slow)
  250. /// </summary>
  251. Ultra
  252. }
  253. /// <summary>
  254. /// Compression method enumeration.
  255. /// </summary>
  256. /// <remarks>Some methods are applicable only to Zip format, some - only to 7-zip.</remarks>
  257. public enum CompressionMethod
  258. {
  259. /// <summary>
  260. /// Zip or 7-zip|no compression method.
  261. /// </summary>
  262. Copy,
  263. /// <summary>
  264. /// Zip|Deflate method.
  265. /// </summary>
  266. Deflate,
  267. /// <summary>
  268. /// Zip|Deflate64 method.
  269. /// </summary>
  270. Deflate64,
  271. /// <summary>
  272. /// Zip or 7-zip|Bzip2 method.
  273. /// </summary>
  274. /// <remarks><a href="http://en.wikipedia.org/wiki/Cabinet_(file_format)">Wikipedia information</a></remarks>
  275. BZip2,
  276. /// <summary>
  277. /// Zip or 7-zip|LZMA method based on Lempel-Ziv algorithm, it is default for 7-zip.
  278. /// </summary>
  279. Lzma,
  280. /// <summary>
  281. /// 7-zip|LZMA version 2, LZMA with improved multithreading and usually slight archive size decrease.
  282. /// </summary>
  283. Lzma2,
  284. /// <summary>
  285. /// Zip or 7-zip|PPMd method based on Dmitry Shkarin's PPMdH source code, very efficient for compressing texts.
  286. /// </summary>
  287. /// <remarks><a href="http://en.wikipedia.org/wiki/Prediction_by_Partial_Matching">Wikipedia information</a></remarks>
  288. Ppmd,
  289. /// <summary>
  290. /// No method change.
  291. /// </summary>
  292. Default
  293. }
  294. #endif
  295. /// <summary>
  296. /// Archive format routines
  297. /// </summary>
  298. public static class Formats
  299. {
  300. /*/// <summary>
  301. /// Gets the max value of the specified enum type.
  302. /// </summary>
  303. /// <param name="type">Type of the enum</param>
  304. /// <returns>Max value</returns>
  305. internal static int GetMaxValue(Type type)
  306. {
  307. List<int> enumList = new List<int>((IEnumerable<int>)Enum.GetValues(type));
  308. enumList.Sort();
  309. return enumList[enumList.Count - 1];
  310. }*/
  311. /// <summary>
  312. /// List of readable archive format interface guids for 7-zip COM interop.
  313. /// </summary>
  314. internal static readonly Dictionary<InArchiveFormat, Guid> InFormatGuids =
  315. new Dictionary<InArchiveFormat, Guid>(20)
  316. #region InFormatGuids initialization
  317. {
  318. {InArchiveFormat.SevenZip, new Guid("23170f69-40c1-278a-1000-000110070000")},
  319. {InArchiveFormat.Arj, new Guid("23170f69-40c1-278a-1000-000110040000")},
  320. {InArchiveFormat.BZip2, new Guid("23170f69-40c1-278a-1000-000110020000")},
  321. {InArchiveFormat.Cab, new Guid("23170f69-40c1-278a-1000-000110080000")},
  322. {InArchiveFormat.Chm, new Guid("23170f69-40c1-278a-1000-000110e90000")},
  323. {InArchiveFormat.Compound, new Guid("23170f69-40c1-278a-1000-000110e50000")},
  324. {InArchiveFormat.Cpio, new Guid("23170f69-40c1-278a-1000-000110ed0000")},
  325. {InArchiveFormat.Deb, new Guid("23170f69-40c1-278a-1000-000110ec0000")},
  326. {InArchiveFormat.GZip, new Guid("23170f69-40c1-278a-1000-000110ef0000")},
  327. {InArchiveFormat.Iso, new Guid("23170f69-40c1-278a-1000-000110e70000")},
  328. {InArchiveFormat.Lzh, new Guid("23170f69-40c1-278a-1000-000110060000")},
  329. {InArchiveFormat.Lzma, new Guid("23170f69-40c1-278a-1000-0001100a0000")},
  330. {InArchiveFormat.Nsis, new Guid("23170f69-40c1-278a-1000-000110090000")},
  331. {InArchiveFormat.Rar, new Guid("23170f69-40c1-278a-1000-000110030000")},
  332. {InArchiveFormat.Rpm, new Guid("23170f69-40c1-278a-1000-000110eb0000")},
  333. {InArchiveFormat.Split, new Guid("23170f69-40c1-278a-1000-000110ea0000")},
  334. {InArchiveFormat.Tar, new Guid("23170f69-40c1-278a-1000-000110ee0000")},
  335. {InArchiveFormat.Wim, new Guid("23170f69-40c1-278a-1000-000110e60000")},
  336. {InArchiveFormat.Lzw, new Guid("23170f69-40c1-278a-1000-000110050000")},
  337. {InArchiveFormat.Zip, new Guid("23170f69-40c1-278a-1000-000110010000")},
  338. {InArchiveFormat.Udf, new Guid("23170f69-40c1-278a-1000-000110E00000")},
  339. {InArchiveFormat.Xar, new Guid("23170f69-40c1-278a-1000-000110E10000")},
  340. {InArchiveFormat.Mub, new Guid("23170f69-40c1-278a-1000-000110E20000")},
  341. {InArchiveFormat.Hfs, new Guid("23170f69-40c1-278a-1000-000110E30000")},
  342. {InArchiveFormat.Dmg, new Guid("23170f69-40c1-278a-1000-000110E40000")},
  343. {InArchiveFormat.XZ, new Guid("23170f69-40c1-278a-1000-0001100C0000")},
  344. {InArchiveFormat.Mslz, new Guid("23170f69-40c1-278a-1000-000110D50000")},
  345. {InArchiveFormat.PE, new Guid("23170f69-40c1-278a-1000-000110DD0000")},
  346. {InArchiveFormat.Elf, new Guid("23170f69-40c1-278a-1000-000110DE0000")},
  347. {InArchiveFormat.Swf, new Guid("23170f69-40c1-278a-1000-000110D70000")},
  348. {InArchiveFormat.Vhd, new Guid("23170f69-40c1-278a-1000-000110DC0000")}
  349. };
  350. #endregion
  351. #if COMPRESS
  352. /// <summary>
  353. /// List of writable archive format interface guids for 7-zip COM interop.
  354. /// </summary>
  355. internal static readonly Dictionary<OutArchiveFormat, Guid> OutFormatGuids =
  356. new Dictionary<OutArchiveFormat, Guid>(2)
  357. #region OutFormatGuids initialization
  358. {
  359. {OutArchiveFormat.SevenZip, new Guid("23170f69-40c1-278a-1000-000110070000")},
  360. {OutArchiveFormat.Zip, new Guid("23170f69-40c1-278a-1000-000110010000")},
  361. {OutArchiveFormat.BZip2, new Guid("23170f69-40c1-278a-1000-000110020000")},
  362. {OutArchiveFormat.GZip, new Guid("23170f69-40c1-278a-1000-000110ef0000")},
  363. {OutArchiveFormat.Tar, new Guid("23170f69-40c1-278a-1000-000110ee0000")},
  364. {OutArchiveFormat.XZ, new Guid("23170f69-40c1-278a-1000-0001100C0000")},
  365. };
  366. #endregion
  367. internal static readonly Dictionary<CompressionMethod, string> MethodNames =
  368. new Dictionary<CompressionMethod, string>(6)
  369. #region MethodNames initialization
  370. {
  371. {CompressionMethod.Copy, "Copy"},
  372. {CompressionMethod.Deflate, "Deflate"},
  373. {CompressionMethod.Deflate64, "Deflate64"},
  374. {CompressionMethod.Lzma, "LZMA"},
  375. {CompressionMethod.Lzma2, "LZMA2"},
  376. {CompressionMethod.Ppmd, "PPMd"},
  377. {CompressionMethod.BZip2, "BZip2"}
  378. };
  379. #endregion
  380. internal static readonly Dictionary<OutArchiveFormat, InArchiveFormat> InForOutFormats =
  381. new Dictionary<OutArchiveFormat, InArchiveFormat>(6)
  382. #region InForOutFormats initialization
  383. {
  384. {OutArchiveFormat.SevenZip, InArchiveFormat.SevenZip},
  385. {OutArchiveFormat.GZip, InArchiveFormat.GZip},
  386. {OutArchiveFormat.BZip2, InArchiveFormat.BZip2},
  387. {OutArchiveFormat.Tar, InArchiveFormat.Tar},
  388. {OutArchiveFormat.XZ, InArchiveFormat.XZ},
  389. {OutArchiveFormat.Zip, InArchiveFormat.Zip}
  390. };
  391. #endregion
  392. #endif
  393. /// <summary>
  394. /// List of archive formats corresponding to specific extensions
  395. /// </summary>
  396. private static readonly Dictionary<string, InArchiveFormat> InExtensionFormats =
  397. new Dictionary<string, InArchiveFormat>
  398. #region InExtensionFormats initialization
  399. {{"7z", InArchiveFormat.SevenZip},
  400. {"gz", InArchiveFormat.GZip},
  401. {"tar", InArchiveFormat.Tar},
  402. {"rar", InArchiveFormat.Rar},
  403. {"zip", InArchiveFormat.Zip},
  404. {"lzma", InArchiveFormat.Lzma},
  405. {"lzh", InArchiveFormat.Lzh},
  406. {"arj", InArchiveFormat.Arj},
  407. {"bz2", InArchiveFormat.BZip2},
  408. {"cab", InArchiveFormat.Cab},
  409. {"chm", InArchiveFormat.Chm},
  410. {"deb", InArchiveFormat.Deb},
  411. {"iso", InArchiveFormat.Iso},
  412. {"rpm", InArchiveFormat.Rpm},
  413. {"wim", InArchiveFormat.Wim},
  414. {"udf", InArchiveFormat.Udf},
  415. {"mub", InArchiveFormat.Mub},
  416. {"xar", InArchiveFormat.Xar},
  417. {"hfs", InArchiveFormat.Hfs},
  418. {"dmg", InArchiveFormat.Dmg},
  419. {"Z", InArchiveFormat.Lzw},
  420. {"xz", InArchiveFormat.XZ},
  421. {"flv", InArchiveFormat.Flv},
  422. {"swf", InArchiveFormat.Swf},
  423. {"exe", InArchiveFormat.PE},
  424. {"dll", InArchiveFormat.PE},
  425. {"vhd", InArchiveFormat.Vhd}
  426. };
  427. #endregion
  428. /// <summary>
  429. /// List of archive formats corresponding to specific signatures
  430. /// </summary>
  431. /// <remarks>Based on the information at <a href="http://www.garykessler.net/library/file_sigs.html">this site.</a></remarks>
  432. internal static readonly Dictionary<string, InArchiveFormat> InSignatureFormats =
  433. new Dictionary<string, InArchiveFormat>
  434. #region InSignatureFormats initialization
  435. {{"37-7A-BC-AF-27-1C", InArchiveFormat.SevenZip},
  436. {"1F-8B-08", InArchiveFormat.GZip},
  437. {"75-73-74-61-72", InArchiveFormat.Tar},
  438. //257 byte offset
  439. {"52-61-72-21-1A-07-00", InArchiveFormat.Rar},
  440. {"50-4B-03-04", InArchiveFormat.Zip},
  441. {"5D-00-00-40-00", InArchiveFormat.Lzma},
  442. {"2D-6C-68", InArchiveFormat.Lzh},
  443. //^ 2 byte offset
  444. {"1F-9D-90", InArchiveFormat.Lzw},
  445. {"60-EA", InArchiveFormat.Arj},
  446. {"42-5A-68", InArchiveFormat.BZip2},
  447. {"4D-53-43-46", InArchiveFormat.Cab},
  448. {"49-54-53-46", InArchiveFormat.Chm},
  449. {"21-3C-61-72-63-68-3E-0A-64-65-62-69-61-6E-2D-62-69-6E-61-72-79", InArchiveFormat.Deb},
  450. {"43-44-30-30-31", InArchiveFormat.Iso},
  451. //^ 0x8001, 0x8801 or 0x9001 byte offset
  452. {"ED-AB-EE-DB", InArchiveFormat.Rpm},
  453. {"4D-53-57-49-4D-00-00-00", InArchiveFormat.Wim},
  454. {"udf", InArchiveFormat.Udf},
  455. {"mub", InArchiveFormat.Mub},
  456. {"78-61-72-21", InArchiveFormat.Xar},
  457. //0x400 byte offset
  458. {"48-2B", InArchiveFormat.Hfs},
  459. {"FD-37-7A-58-5A", InArchiveFormat.XZ},
  460. {"46-4C-56", InArchiveFormat.Flv},
  461. {"46-57-53", InArchiveFormat.Swf},
  462. {"4D-5A", InArchiveFormat.PE},
  463. {"7F-45-4C-46", InArchiveFormat.Elf},
  464. {"78", InArchiveFormat.Dmg},
  465. {"63-6F-6E-65-63-74-69-78", InArchiveFormat.Vhd}};
  466. #endregion
  467. internal static Dictionary<InArchiveFormat, string> InSignatureFormatsReversed;
  468. static Formats()
  469. {
  470. InSignatureFormatsReversed = new Dictionary<InArchiveFormat, string>(InSignatureFormats.Count);
  471. foreach (var pair in InSignatureFormats)
  472. {
  473. InSignatureFormatsReversed.Add(pair.Value, pair.Key);
  474. }
  475. }
  476. /// <summary>
  477. /// Gets InArchiveFormat for specified archive file name
  478. /// </summary>
  479. /// <param name="fileName">Archive file name</param>
  480. /// <param name="reportErrors">Indicates whether to throw exceptions</param>
  481. /// <returns>InArchiveFormat recognized by the file name extension</returns>
  482. /// <exception cref="System.ArgumentException"/>
  483. public static InArchiveFormat FormatByFileName(string fileName, bool reportErrors)
  484. {
  485. if (String.IsNullOrEmpty(fileName) && reportErrors)
  486. {
  487. throw new ArgumentException("File name is null or empty string!");
  488. }
  489. string extension = Path.GetExtension(fileName).Substring(1);
  490. if (!InExtensionFormats.ContainsKey(extension) && reportErrors)
  491. {
  492. throw new ArgumentException("Extension \"" + extension +
  493. "\" is not a supported archive file name extension.");
  494. }
  495. return InExtensionFormats[extension];
  496. }
  497. }
  498. #endif
  499. }