码迷,mamicode.com
首页 > Windows程序 > 详细

c# 读取blob数据

时间:2018-09-26 10:48:19      阅读:427      评论:0      收藏:0      [点我收藏+]

标签:宽度   sha   new   图像   highlight   idt   ima   取图   bsp   

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

 

c# 读取blob数据

标签:宽度   sha   new   图像   highlight   idt   ima   取图   bsp   

原文地址:https://www.cnblogs.com/gaara-zhang/p/9705434.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!