Example #1
0
        public long Shrink()
        {
            this.OpenWrite();

            try
            {
                return(_engine.Shrink());
            }
            finally
            {
                this.Close();
            }
        }