<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tama-jp</author_name>
  <author_url>https://blog.hatena.ne.jp/tama-jp/</author_url>
  <blog_title>たまたんのぶろぐ</blog_title>
  <blog_url>https://tama.hatenablog.jp/</blog_url>
  <categories>
    <anon>iOS</anon>
    <anon>XCode</anon>
  </categories>
  <description>久しぶりに投稿。 NSDataを16進数の文字列に出力する関数。(ARC用） - (NSString*) serializeDeviceToken:(NSData*) deviceToken { NSMutableString *str = [NSMutableStringstringWithCapacity:64]; int length = [deviceToken length]; char *bytes = malloc(sizeof(char) * length); [deviceToken getBytes:bytes length:length]; for (int i = 0;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftama.hatenablog.jp%2Fentry%2F2013%2F06%2F12%2F233156&quot; title=&quot;NSDataを16進数の文字列に出力する関数 - たまたんのぶろぐ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-06-12 23:31:56</published>
  <title>NSDataを16進数の文字列に出力する関数</title>
  <type>rich</type>
  <url>https://tama.hatenablog.jp/entry/2013/06/12/233156</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
