Beispiel #1
0
        protected void LoadCount()
        {
            //Read the number of strings on the file
            Count = reader.ReadInt32();

            //When there are two count int values
            if (CountLength.Equals(2))
            {
                reader.Stream.Position += 4;
            }
        }