Uses of Class
org.robovm.apple.foundation.NSOutputStream
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth | |
| org.robovm.apple.coreservices | |
| org.robovm.apple.externalaccessory | |
| org.robovm.apple.foundation | |
| org.robovm.apple.multipeerconnectivity |
-
Uses of NSOutputStream in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth that return NSOutputStream Modifier and Type Method Description NSOutputStreamCBL2CAPChannel. getOutputStream() -
Uses of NSOutputStream in org.robovm.apple.coreservices
Methods in org.robovm.apple.coreservices that return NSOutputStream Modifier and Type Method Description NSOutputStreamCFHost. createSocketWriteStream(int port)NSOutputStreamCFNetService. createSocketWriteStream()static NSOutputStreamCFFTPStream. createWriteStream(CFAllocator alloc, NSURL ftpURL)Deprecated.Deprecated in iOS 9.0.static NSOutputStreamCFFTPStream. createWriteStream(NSURL ftpURL)Methods in org.robovm.apple.coreservices with parameters of type NSOutputStream Modifier and Type Method Description static CFNetDiagnosticCFNetDiagnostic. create(CFAllocator alloc, NSInputStream readStream, NSOutputStream writeStream)Deprecated.Deprecated in iOS 11.0.static CFNetDiagnosticCFNetDiagnostic. create(NSInputStream readStream, NSOutputStream writeStream) -
Uses of NSOutputStream in org.robovm.apple.externalaccessory
Methods in org.robovm.apple.externalaccessory that return NSOutputStream Modifier and Type Method Description NSOutputStreamEASession. getOutputStream() -
Uses of NSOutputStream in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSOutputStream Modifier and Type Method Description static NSOutputStreamNSStream. getBoundOutputStream(long bufferSize)NSOutputStreamNSNetService. getOutputStream()Deprecated.static NSOutputStreamNSStream. getOutputStreamToHost(String hostname, long port)Methods in org.robovm.apple.foundation with parameters of type NSOutputStream Modifier and Type Method Description voidNSNetServiceDelegate. didAcceptConnection(NSNetService sender, NSInputStream inputStream, NSOutputStream outputStream)voidNSNetServiceDelegateAdapter. didAcceptConnection(NSNetService sender, NSInputStream inputStream, NSOutputStream outputStream)voidNSURLSessionStreamDelegate. didFinish(NSURLSession session, NSURLSessionStreamTask streamTask, NSInputStream inputStream, NSOutputStream outputStream)voidNSURLSessionStreamDelegateAdapter. didFinish(NSURLSession session, NSURLSessionStreamTask streamTask, NSInputStream inputStream, NSOutputStream outputStream)voidNSUserActivityDelegate. didReceiveStreams(NSUserActivity userActivity, NSInputStream inputStream, NSOutputStream outputStream)voidNSUserActivityDelegateAdapter. didReceiveStreams(NSUserActivity userActivity, NSInputStream inputStream, NSOutputStream outputStream)static longNSJSONSerialization. writeJSONObject(NSObject obj, NSOutputStream stream, NSJSONWritingOptions opt)static longNSPropertyListSerialization. writePropertyListToStream(NSPropertyList plist, NSOutputStream stream, NSPropertyListFormat format, long opt)Method parameters in org.robovm.apple.foundation with type arguments of type NSOutputStream Modifier and Type Method Description voidNSUserActivity. getContinuationStreams(VoidBlock3<NSInputStream,NSOutputStream,NSError> completionHandler) -
Uses of NSOutputStream in org.robovm.apple.multipeerconnectivity
Methods in org.robovm.apple.multipeerconnectivity that return NSOutputStream Modifier and Type Method Description NSOutputStreamMCSession. startStream(String streamName, MCPeerID peerID)