Skip to content

Instantly share code, notes, and snippets.

@mefesto
Created August 23, 2010 15:11
Show Gist options
  • Select an option

  • Save mefesto/545675 to your computer and use it in GitHub Desktop.

Select an option

Save mefesto/545675 to your computer and use it in GitHub Desktop.
(defn encode [^String str]
(ChannelBuffers/wrappedBuffer
^byte[] (into-array (concat (.getBytes "hello" "UTF-8") [(byte 0)]))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment