From: Javier S. <jav...@ri...> - 2007-10-18 13:54:39
|
Hi all, Anyone knows how to rewrite this in ruby ? I guess it requires ObjcPtr but I just don't get it. NSInputStream *inputStream; NSOutputStream *outputStream; [NSStream getStreamsToHost:host port:port inputStream:&inputStream outputStream:&outputStream]; ... JS |