<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/byte</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 22:04:56 GMT</pubDate>
<item>
<title>(PHP) Byte convertor - MGHollander</title>
<link>http://snipplr.com/view/67675/byte-convertor/</link>
<description><![CDATA[ <p>Handy function for converting bytes to KB, MB, GB, etc.</p> ]]></description>
<pubDate>Wed, 10 Oct 2012 19:30:03 GMT</pubDate>
<guid>http://snipplr.com/view/67675/byte-convertor/</guid>
</item>
<item>
<title>(C#) Pull Image into Byte Array from a URL - ryanfiorini</title>
<link>http://snipplr.com/view/64141/pull-image-into-byte-array-from-a-url/</link>
<description><![CDATA[ <p>This snippet pulls down an image from a URL into a byte().  From there you can re-size or save. 

Don't forget the necessary try - catch.</p> ]]></description>
<pubDate>Sat, 24 Mar 2012 04:21:39 GMT</pubDate>
<guid>http://snipplr.com/view/64141/pull-image-into-byte-array-from-a-url/</guid>
</item>
<item>
<title>(C#) Byte array to String in .Net 3.5 - roboninjapiratejesus</title>
<link>http://snipplr.com/view/59709/byte-array-to-string-in-net-35/</link>
<description><![CDATA[ <p>ASCIIEncoding class has another method, GetByte(), which does the opposite of this one.</p> ]]></description>
<pubDate>Thu, 13 Oct 2011 02:43:54 GMT</pubDate>
<guid>http://snipplr.com/view/59709/byte-array-to-string-in-net-35/</guid>
</item>
<item>
<title>(C#) string to byte array backward - darkbaron1912</title>
<link>http://snipplr.com/view/57555/string-to-byte-array-backward/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Aug 2011 12:29:55 GMT</pubDate>
<guid>http://snipplr.com/view/57555/string-to-byte-array-backward/</guid>
</item>
<item>
<title>(C#) Working with byte arrays - kyrathaba</title>
<link>http://snipplr.com/view/47759/working-with-byte-arrays/</link>
<description><![CDATA[ <p>Some static methods to help in working with byte arrays</p> ]]></description>
<pubDate>Mon, 24 Jan 2011 06:59:49 GMT</pubDate>
<guid>http://snipplr.com/view/47759/working-with-byte-arrays/</guid>
</item>
<item>
<title>(Java) Convert byte array to Hex String and vice versa - alejandrosuch</title>
<link>http://snipplr.com/view/31734/convert-byte-array-to-hex-string-and-vice-versa/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Apr 2010 02:22:05 GMT</pubDate>
<guid>http://snipplr.com/view/31734/convert-byte-array-to-hex-string-and-vice-versa/</guid>
</item>
<item>
<title>(Java) File to byte array - alejandrosuch</title>
<link>http://snipplr.com/view/31139/file-to-byte-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Apr 2010 01:46:06 GMT</pubDate>
<guid>http://snipplr.com/view/31139/file-to-byte-array/</guid>
</item>
<item>
<title>(PHP) Calculate (convert) File Size - kirik</title>
<link>http://snipplr.com/view/18695/calculate-convert-file-size/</link>
<description><![CDATA[ <p>This function converts file size in bytes to the larger units.
You can add bigger values like exa-, zetta-, yotta- bytes.</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 20:40:27 GMT</pubDate>
<guid>http://snipplr.com/view/18695/calculate-convert-file-size/</guid>
</item>
<item>
<title>(Bash) Create emtpy file with predefined size - dertimbo</title>
<link>http://snipplr.com/view/11527/create-emtpy-file-with-predefined-size/</link>
<description><![CDATA[ <p>Writes 20 blocks of 1024 bytes to "filename"  (equals a filesize of 20KB)</p> ]]></description>
<pubDate>Mon, 26 Jan 2009 05:14:58 GMT</pubDate>
<guid>http://snipplr.com/view/11527/create-emtpy-file-with-predefined-size/</guid>
</item>
<item>
<title>(C#) Convert Byte Array to String - Anthony</title>
<link>http://snipplr.com/view/6751/convert-byte-array-to-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Jun 2008 10:44:33 GMT</pubDate>
<guid>http://snipplr.com/view/6751/convert-byte-array-to-string/</guid>
</item>
<item>
<title>(C#) Convert String to Byte Array - Anthony</title>
<link>http://snipplr.com/view/6750/convert-string-to-byte-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Jun 2008 10:35:53 GMT</pubDate>
<guid>http://snipplr.com/view/6750/convert-string-to-byte-array/</guid>
</item>
<item>
<title>(Java) Convert a BufferedImage to a Byte Array as JPEG - ILoveBeer</title>
<link>http://snipplr.com/view/4844/convert-a-bufferedimage-to-a-byte-array-as-jpeg/</link>
<description><![CDATA[ <p>i use it so save bufferedImages into a DB as Blob</p> ]]></description>
<pubDate>Wed, 30 Jan 2008 07:51:11 GMT</pubDate>
<guid>http://snipplr.com/view/4844/convert-a-bufferedimage-to-a-byte-array-as-jpeg/</guid>
</item>
<item>
<title>(C++) common typedefs for binary data management - yuconner</title>
<link>http://snipplr.com/view/849/common-typedefs-for-binary-data-management/</link>
<description><![CDATA[ <p>Example: Useful to avoid use of char type as "byte, 8 bits type"
and so
(valid for c language too)</p> ]]></description>
<pubDate>Fri, 18 Aug 2006 15:53:14 GMT</pubDate>
<guid>http://snipplr.com/view/849/common-typedefs-for-binary-data-management/</guid>
</item>
</channel>
</rss>