예제 #1
0
        /* pass-through methods */

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

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