Example #1
0
        /// <summary>Resets this to an empty buffer. </summary>
        public virtual void  Reset()
        {
            currentBuffer      = null;
            currentBufferIndex = -1;
            bufferPosition     = 0;
            bufferStart        = 0;
            bufferLength       = 0;

            file.SetLength(0);
        }