我使用NSInputStream从文件中读取数据。如果maxLength大于49152,它将崩溃。当它崩溃时——有时,但不是每次,它都会给出这条消息:***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'***-[NSConcreteDatainitWithBytes:length:copy:freeWhenDone:bytesAreVM:]:absurdlength:4294967295,maximumsize:2147483648bytes'根据我的计算,524288仍然小于最大值,并