-
Methods in org.robovm.apple.corefoundation with parameters of type CFReadStream.CFReadStreamPtr
| Modifier and Type |
Method |
Description |
protected static void |
CFStreamPair.create(CFAllocator alloc,
int sock,
CFReadStream.CFReadStreamPtr readStream,
CFWriteStream.CFWriteStreamPtr writeStream) |
Deprecated.
|
protected static void |
CFStreamPair.create(CFAllocator alloc,
String host,
int port,
CFReadStream.CFReadStreamPtr readStream,
CFWriteStream.CFWriteStreamPtr writeStream) |
Deprecated.
|
protected static void |
CFStreamPair.create(CFAllocator alloc,
CFReadStream.CFReadStreamPtr readStream,
CFWriteStream.CFWriteStreamPtr writeStream,
long transferBufferSize) |
|
protected static void |
CFStreamPair.create(CFAllocator alloc,
CFSocketSignature signature,
CFReadStream.CFReadStreamPtr readStream,
CFWriteStream.CFWriteStreamPtr writeStream) |
Deprecated.
|