mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Be overt about performance side effect.
This commit is contained in:
parent
8d34d9a06a
commit
adf3405e6b
@ -12,6 +12,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
|
|
||||||
@interface NSData (dataWithContentsOfGZippedFile)
|
@interface NSData (dataWithContentsOfGZippedFile)
|
||||||
|
|
||||||
|
/// Performs an in-memory decompression of the named file, returning it as ephemeral data.
|
||||||
+ (instancetype)dataWithContentsOfGZippedFile:(NSString *)path;
|
+ (instancetype)dataWithContentsOfGZippedFile:(NSString *)path;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
Loading…
Reference in New Issue
Block a user