The need for an immutable byte array wrapper in Java
19 views
Skip to first unread message
Keith Turner
unread,
Nov 10, 2016, 6:59:42 PM11/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
I recently wrote the following blog post about the need for an immutable byte array wrapper. In the post I mentioned Protocol Buffers nice implementation ByteString. I am curious if anyone has made an attempt to push ByteString up into java? Seems like it would be a nice addition to java.lang!