Beispiel #1
0
        static void Main(string[] args)
        {
            var c = new CountLength();

            c.Count();
            c.Length();
        }
Beispiel #2
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;
            }
        }