<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nomunomu0504</author_name>
  <author_url>https://blog.hatena.ne.jp/nomunomu0504/</author_url>
  <blog_title>のむログ</blog_title>
  <blog_url>https://tech.nomunomu0504.dev/</blog_url>
  <categories>
    <anon>Android</anon>
  </categories>
  <description>AndroidでRFIDのID部を取得すると、&quot;byte[]&quot;で返ってくるので、&quot;String&quot;に変更するために メソットを組んでみた private String bytesToString(byte[] bytes) { StringBuilder sb = new StringBuilder(); for (byte bt : bytes) { int i = 0xFF &amp;amp;&amp;amp; (int)bt; String str = Integer.toHexString(i); sb.append(str); } return sb.toString(); } RFIDのIDは16進…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.nomunomu0504.dev%2Fentry%2F%253Fp%253D23&quot; title=&quot;byte配列からStringへの変換 - のむログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/n/nomunomu0504/20190411/20190411144523.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-08-28 01:10:26</published>
  <title>byte配列からStringへの変換</title>
  <type>rich</type>
  <url>https://tech.nomunomu0504.dev/entry/%3Fp%3D23</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
