Skip to content

Instantly share code, notes, and snippets.

@bjering
Created August 23, 2010 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjering/4ea661b655ee113bb086 to your computer and use it in GitHub Desktop.
Save bjering/4ea661b655ee113bb086 to your computer and use it in GitHub Desktop.
(defn encode
"Creates a buffer prepared for a Flash XMLSocket"
[#^String str]
(ChannelBuffers/wrappedBuffer
#^byte[] (.getBytes str "UTF-8")
#^byte[] (byte-array [(byte 0)])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment