this is pretty useful

This commit is contained in:
Michael Becker 2020-05-03 13:40:49 -04:00
parent 7a70c10081
commit 0a47423f29
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -254,7 +254,7 @@ namespace UniversalEditor.IO
return new DateTime(nYear, nMonth, nDay, nHour + gmtOffset, nMinute, nSecond, nSecondHundredths, DateTimeKind.Utc);
}
protected internal int Read7BitEncodedInt()
public int Read7BitEncodedInt()
{
int num = 0;
int num2 = 0;