Uses of Class
org.robovm.apple.foundation.NSInputStream
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth | |
| org.robovm.apple.coreservices | |
| org.robovm.apple.externalaccessory | |
| org.robovm.apple.foundation | |
| org.robovm.apple.multipeerconnectivity |
-
Uses of NSInputStream in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth that return NSInputStream Modifier and Type Method Description NSInputStreamCBL2CAPChannel. getInputStream() -
Uses of NSInputStream in org.robovm.apple.coreservices
Subclasses of NSInputStream in org.robovm.apple.coreservices Modifier and Type Class Description classCFHTTPStreamMethods in org.robovm.apple.coreservices that return NSInputStream Modifier and Type Method Description static NSInputStreamCFHTTPStream. create(CFAllocator alloc, CFHTTPMessage request)Deprecated.Deprecated in iOS 9.0.static NSInputStreamCFHTTPStream. create(CFAllocator alloc, CFHTTPMessage requestHeaders, NSInputStream requestBody)Deprecated.Deprecated in iOS 9.0.static NSInputStreamCFHTTPStream. create(CFHTTPMessage request)static NSInputStreamCFHTTPStream. create(CFHTTPMessage requestHeaders, NSInputStream requestBody)static NSInputStreamCFFTPStream. createReadStream(CFAllocator alloc, NSURL ftpURL)Deprecated.Deprecated in iOS 9.0.static NSInputStreamCFFTPStream. createReadStream(NSURL ftpURL)NSInputStreamCFHost. createSocketReadStream(int port)NSInputStreamCFNetService. createSocketReadStream()Methods in org.robovm.apple.coreservices with parameters of type NSInputStream Modifier and Type Method Description static NSInputStreamCFHTTPStream. create(CFAllocator alloc, CFHTTPMessage requestHeaders, NSInputStream requestBody)Deprecated.Deprecated in iOS 9.0.static NSInputStreamCFHTTPStream. create(CFHTTPMessage requestHeaders, NSInputStream requestBody)static CFNetDiagnosticCFNetDiagnostic. create(CFAllocator alloc, NSInputStream readStream, NSOutputStream writeStream)Deprecated.Deprecated in iOS 11.0.static CFNetDiagnosticCFNetDiagnostic. create(NSInputStream readStream, NSOutputStream writeStream) -
Uses of NSInputStream in org.robovm.apple.externalaccessory
Methods in org.robovm.apple.externalaccessory that return NSInputStream Modifier and Type Method Description NSInputStreamEASession. getInputStream() -
Uses of NSInputStream in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSInputStream Modifier and Type Method Description static NSInputStreamNSStream. getBoundInputStream(long bufferSize)NSInputStreamNSMutableURLRequest. getHTTPBodyStream()NSInputStreamNSURLRequest. getHTTPBodyStream()NSInputStreamNSNetService. getInputStream()Deprecated.static NSInputStreamNSStream. getInputStreamToHost(String hostname, long port)NSInputStreamNSURLConnectionDataDelegate. needNewBodyStream(NSURLConnection connection, NSURLRequest request)NSInputStreamNSURLConnectionDataDelegateAdapter. needNewBodyStream(NSURLConnection connection, NSURLRequest request)Methods in org.robovm.apple.foundation with parameters of type NSInputStream 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 NSPropertyListNSPropertyListSerialization. getPropertyListFromStream(NSInputStream stream, NSPropertyListMutabilityOptions opt)protected static NSPropertyListNSPropertyListSerialization. getPropertyListFromStream(NSInputStream stream, NSPropertyListMutabilityOptions opt, MachineSizedUIntPtr format)protected longNSXMLParser. init(NSInputStream stream)static NSObjectNSJSONSerialization. readJSONObject(NSInputStream stream, NSJSONReadingOptions opt)voidNSMutableURLRequest. setHTTPBodyStream(NSInputStream v)voidNSURLRequest. setHTTPBodyStream(NSInputStream v)Method parameters in org.robovm.apple.foundation with type arguments of type NSInputStream Modifier and Type Method Description voidNSUserActivity. getContinuationStreams(VoidBlock3<NSInputStream,NSOutputStream,NSError> completionHandler)voidNSURLSessionTaskDelegate. needNewBodyStream(NSURLSession session, NSURLSessionTask task, VoidBlock1<NSInputStream> completionHandler)voidNSURLSessionTaskDelegateAdapter. needNewBodyStream(NSURLSession session, NSURLSessionTask task, VoidBlock1<NSInputStream> completionHandler)Constructors in org.robovm.apple.foundation with parameters of type NSInputStream Constructor Description NSXMLParser(NSInputStream stream) -
Uses of NSInputStream in org.robovm.apple.multipeerconnectivity
Methods in org.robovm.apple.multipeerconnectivity with parameters of type NSInputStream Modifier and Type Method Description voidMCSessionDelegate. didReceiveStream(MCSession session, NSInputStream stream, String streamName, MCPeerID peerID)voidMCSessionDelegateAdapter. didReceiveStream(MCSession session, NSInputStream stream, String streamName, MCPeerID peerID)