Click here to Skip to main content
15,888,984 members
Articles / Programming Languages / C#

ByteArrayBuilder - A StringBuilder for Bytes

Rate me:
Please Sign up or sign in to vote.
4.91/5 (9 votes)
26 Oct 2013CPOL3 min read 47K   643   15  
StringBuilder is a very useful and memory efficient way to concatenate strings, but there is no obvious similar class for byte arrays. This class adds that, and provides a flexible binary data storage medium at the same time.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
Wales Wales
Born at an early age, he grew older. At the same time, his hair grew longer, and was tied up behind his head.
Has problems spelling the word "the".
Invented the portable cat-flap.
Currently, has not died yet. Or has he?

Comments and Discussions