(Crc32.Table): public property.

This commit is contained in:
morkt 2015-08-12 01:29:00 +04:00
parent 63e83447ff
commit 142f7e1cdf

View File

@ -198,6 +198,8 @@ namespace GameRes.Utility
/* Table of CRCs of all 8-bit messages. */
private static readonly uint[] crc_table = InitializeTable();
public static uint[] Table { get { return crc_table; } }
/* Make the table for a fast CRC. */
private static uint[] InitializeTable ()
{