Skip to content

Instantly share code, notes, and snippets.

@sarumont
Created September 5, 2012 19:47
Show Gist options
  • Save sarumont/3643397 to your computer and use it in GitHub Desktop.
Save sarumont/3643397 to your computer and use it in GitHub Desktop.
wtf?
int len = s.length();
byte[] b = new byte[len];
s.getBytes( 0, len, b, 0 );
write( b );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment