NSInputStream$Methods extension
Properties
- hasBytesAvailable → bool
-
Available on NSInputStream, provided by the NSInputStream$Methods extension
hasBytesAvailableno setter
Methods
-
getBuffer(
Pointer< Pointer< buffer, {required Pointer<Uint8> >UnsignedLong> length}) → bool -
Available on NSInputStream, provided by the NSInputStream$Methods extension
getBuffer:length: -
init(
) → NSInputStream -
Available on NSInputStream, provided by the NSInputStream$Methods extension
init -
initWithData(
NSData data) → NSInputStream -
Available on NSInputStream, provided by the NSInputStream$Methods extension
initWithData: -
initWithFileAtPath(
NSString path) → NSInputStream? -
Available on NSInputStream, provided by the NSInputStream$Methods extension
initWithFileAtPath: -
initWithURL(
NSURL url) → NSInputStream? -
Available on NSInputStream, provided by the NSInputStream$Methods extension
initWithURL: -
read(
Pointer< Uint8> buffer, {required int maxLength}) → int -
Available on NSInputStream, provided by the NSInputStream$Methods extension
read:maxLength: