<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to get byte[] from NSData on moe? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-get-byte-from-NSData-on-moe/m-p/1103755#M69716</link>
    <description>&lt;P&gt;&amp;nbsp;I need some like this&lt;/P&gt;

&lt;PRE class="brush:;"&gt;NSData *data = [NSData dataWithContentsOfFile:filePath];
NSUInteger len = [data length];
Byte *byteData = (Byte*)malloc(len);
memcpy(byteData, [data bytes], len);&lt;/PRE&gt;

&lt;P&gt;But on java&lt;/P&gt;</description>
    <pubDate>Sun, 24 Apr 2016 19:42:35 GMT</pubDate>
    <dc:creator>igor_u_</dc:creator>
    <dc:date>2016-04-24T19:42:35Z</dc:date>
    <item>
      <title>How to get byte[] from NSData on moe?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-get-byte-from-NSData-on-moe/m-p/1103755#M69716</link>
      <description>&lt;P&gt;&amp;nbsp;I need some like this&lt;/P&gt;

&lt;PRE class="brush:;"&gt;NSData *data = [NSData dataWithContentsOfFile:filePath];
NSUInteger len = [data length];
Byte *byteData = (Byte*)malloc(len);
memcpy(byteData, [data bytes], len);&lt;/PRE&gt;

&lt;P&gt;But on java&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2016 19:42:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-get-byte-from-NSData-on-moe/m-p/1103755#M69716</guid>
      <dc:creator>igor_u_</dc:creator>
      <dc:date>2016-04-24T19:42:35Z</dc:date>
    </item>
  </channel>
</rss>

