Uses of Class
org.rococoa.cocoa.foundation.NSInputStream

Packages that use NSInputStream
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSInputStream in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSInputStream
static NSInputStream NSInputStream.alloc()
           
abstract  NSInputStream NSInputStream._class_.alloc()
           
static NSInputStream NSInputStream.new_()
           
abstract  NSInputStream NSInputStream._class_.new_()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSInputStream
static NSObject NSPropertyListSerialization.propertyListWithStream_options_format_error(NSInputStream stream, NSUInteger opt, IntBuffer format, PointerByReference error)
          Create a property list by reading from an NSInputStream.
abstract  NSObject NSPropertyListSerialization._class_.propertyListWithStream_options_format_error(NSInputStream stream, NSUInteger opt, IntBuffer format, PointerByReference error)
          Create a property list by reading from an NSInputStream.
static NSObject NSPropertyListSerialization.propertyListWithStream_options_format_error(NSInputStream stream, NSUInteger opt, IntByReference format, PointerByReference error)
          Deprecated. use the safer methods NSPropertyListSerialization.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
abstract  NSObject NSPropertyListSerialization._class_.propertyListWithStream_options_format_error(NSInputStream stream, NSUInteger opt, IntByReference format, PointerByReference error)
          Deprecated. use the safer methods NSPropertyListSerialization._class_.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization._class_.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 

Uses of NSInputStream in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSInputStream
 NSInputStream NSURLConnectionDelegate.connection_needNewBodyStream(NSURLConnection connection, NSURLRequest request)
           
 NSInputStream NSHTTPURLRequest.HTTPBodyStream()
           
 NSInputStream NSInputStreamExtensions.initWithData(NSData data)
          Original signature : -(id)initWithData:(NSData*)
from NSInputStreamExtensions native declaration : NSStream.h:86
 NSInputStream NSInputStreamExtensions.initWithFileAtPath(NSString path)
          Original signature : -(id)initWithFileAtPath:(NSString*)
from NSInputStreamExtensions native declaration : NSStream.h:87
 NSInputStream NSInputStreamExtensions.initWithURL(NSURL url)
          Original signature : -(id)initWithURL:(NSURL*)
from NSInputStreamExtensions native declaration : NSStream.h:88
 NSInputStream NSInputStreamExtensions._static_.inputStreamWithData(NSData data)
          Original signature : +(id)inputStreamWithData:(NSData*)
from NSInputStreamExtensions native declaration : NSStream.h:90
 NSInputStream NSInputStreamExtensions._static_.inputStreamWithFileAtPath(NSString path)
          Original signature : +(id)inputStreamWithFileAtPath:(NSString*)
from NSInputStreamExtensions native declaration : NSStream.h:91
 NSInputStream NSInputStreamExtensions._static_.inputStreamWithURL(NSURL url)
          Original signature : +(id)inputStreamWithURL:(NSURL*)
from NSInputStreamExtensions native declaration : NSStream.h:92
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSInputStream
 void NSMutableHTTPURLRequest.setHTTPBodyStream(NSInputStream inputStream)
           
 



Copyright © 2009. All Rights Reserved.