TCPReader Class Reference

#import <TCPStream.h>

Inherited by BLIPReader.

List of all members.


Detailed Description

Input stream for a TCPConnection.


Public Member Functions

(NSInteger) - read:maxLength:
 Reads bytes from the stream, like the corresponding method of NSInputStream.

Properties

readonly TCPWriterwriter
 The connection's TCPWriter.


Member Function Documentation

- (NSInteger) read: (void*)  dst
maxLength: (NSUInteger)  maxLength 

Reads bytes from the stream, like the corresponding method of NSInputStream.

The number of bytes actually read is returned, or zero if no data is available. If an error occurs, it will call its -_gotError method, and return a negative number.


Property Documentation

- (TCPWriter *) writer [protected]

The connection's TCPWriter.


The documentation for this class was generated from the following files:
Generated on Tue May 27 22:56:33 2008 for MYNetwork:MooseyardNetworking by  doxygen 1.5.4