c# 读取blob数据

            Stream stream = new MemoryStream(data);
            BinaryReader r = new BinaryReader(stream);
            int iRawImageWidth = r.ReadInt32();//读取图像的宽度
            int iRawImageHeight = r.ReadInt32();//读取图像的高度

 

posted @ 2018-09-26 10:26  风影我爱罗  阅读(3293)  评论(0)    收藏  举报