📄 nsfilehandle_cfrnonblockingio.h
字号:
/*
**
** File: NSFileHandle_NonBlockingIO.h
**
** Created by: bbum
**
**
** Standard disclaimer here.
**
** This code may not be correct. It may not even work [but it sure seems to].
** Potentially, it may corrupt your data irretrievably [if it does,
** please let us know-- we will do our best to make sure the same thing
** doesn't happen to us or anyone else].
*/
@interface NSFileHandle (CFRNonBlockingIO)
- (NSData *)availableDataNonBlocking;
- (NSData *)readDataToEndOfFileNonBlocking;
- (NSData *)readDataOfLengthNonBlocking:(unsigned int)length;
@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -