NSInputStream$Methods extension

on

Properties

hasBytesAvailable bool

Available on NSInputStream, provided by the NSInputStream$Methods extension

hasBytesAvailable
no setter

Methods

getBuffer(Pointer<Pointer<Uint8>> buffer, {required Pointer<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: