Created
July 15, 2015 14:28
-
-
Save MickaelCruzDB/3e8ef1686374f4eb5e2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var data=client.read(1024*10) | |
if let d=data{ | |
if let str=String(d.map { Character(UnicodeScalar($0)) }){ | |
println(str) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment