<?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>Question Re: Converting bytes to string in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410691#M3348862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check below code for converting array bytes to string.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003399;"&gt;String&lt;/SPAN&gt; s &lt;SPAN style="color: #339933;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-weight: bold;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #003399;"&gt;String&lt;/SPAN&gt;&lt;SPAN style="color: #009900;"&gt;(&lt;/SPAN&gt;bytes&lt;SPAN style="color: #009900;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #339933;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 15:44:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-21T15:44:42Z</dc:date>
    <item>
      <title>Converting bytes to string</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaq-p/9410688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read an excel file and converted it into bytes.&lt;/P&gt;&lt;P&gt;Now if i want to to retrieve contents from these bytes , how should I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 09:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaq-p/9410688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-14T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Converting bytes to string</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410689#M3348860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read the byte array using the Buffered InputStream and typecast it to display on the screen while reading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 09:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410689#M3348860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-20T09:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Converting bytes to string</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410690#M3348861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need some java lib to parse the byte data.&lt;/P&gt;&lt;P&gt;google jexcel or poi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 15:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410690#M3348861</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2013-05-20T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Converting bytes to string</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410691#M3348862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check below code for converting array bytes to string.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003399;"&gt;String&lt;/SPAN&gt; s &lt;SPAN style="color: #339933;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-weight: bold;"&gt;new&lt;/SPAN&gt; &lt;SPAN style="color: #003399;"&gt;String&lt;/SPAN&gt;&lt;SPAN style="color: #009900;"&gt;(&lt;/SPAN&gt;bytes&lt;SPAN style="color: #009900;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #339933;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410691#M3348862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-21T15:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Converting bytes to string</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410692#M3348863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You...I got it done using properties file &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1474/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 04:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410692#M3348863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-22T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Converting bytes to string</title>
      <link>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410693#M3348864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Thank You...I got it done using properties file &lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 04:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/converting-bytes-to-string/qaa-p/9410693#M3348864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-22T04:17:37Z</dc:date>
    </item>
  </channel>
</rss>

