#import <TCPStream.h>
Inherited by BLIPReader.
Public Member Functions | |
| (NSInteger) | - read:maxLength: |
| Reads bytes from the stream, like the corresponding method of NSInputStream. | |
Properties | |
| readonly TCPWriter * | writer |
| The connection's TCPWriter. | |
| - (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.
1.5.4