Returns by reference a pointer to a read buffer and, by reference, the number of bytes available, and returns a Boolean value that indicates whether the buffer is available.
Original signature is '- (BOOL)getBuffer:(uint8_t **)buffer length:(NSUInteger *)len'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |

YES if the buffer is available, otherwise NO. Subclasses of NSInputStream may return NO if this operation is not appropriate for the stream type.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)