Пример #1
0
        public object readObj(Map options)
        {
            InStream ins = @in();

            try
            {
                return(ins.readObj(options));
            }
            finally
            {
                ins.close();
            }
        }