Chinaunix首页 | 论坛 | 博客
  • 博客访问: 720786
  • 博文数量: 118
  • 博客积分: 1437
  • 博客等级: 上尉
  • 技术积分: 1155
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-22 20:23
文章分类

全部博文(118)

文章存档

2022年(32)

2017年(3)

2014年(4)

2013年(1)

2011年(2)

2010年(16)

2009年(60)

我的朋友

分类: 嵌入式

2014-11-27 17:12:15

 
  static const char mydata[] = { 0x00, 0x00, 0x03, 0x84, 0x78, 0x9c, 0x3b, 0x76, 0xec, 0x18, 0xc3, 0x31, 0x0a, 0xf1, 0xcc, 0x99, ... 0x6d, 0x5b };  data = ::fromRawData(mydata, sizeof(mydata));  in(&data, QIODevice::ReadOnly); ...

Warning: A byte array created with fromRawData() is not null-terminated, unless the raw data contains a 0 character at position size. While that does not matter for  or functions like (), passing the byte array to a function accepting a const char * expected to be '\0'-terminated will fail.

阅读(3684) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~