Exemple #1
0
        /* pass-through methods */

        public byte[] readBytes(int id)
        {
            return(storage.readBytes(id));
        }
        /* pass-through methods */

        public virtual sbyte[] readBytes(int id)
        {
            return(storage.readBytes(id));
        }