SFBInputSourceFlags
enum SFBInputSourceFlags : NSUInteger {}
Bitmask values used in \c +inputSourceForURL:flags:error:
-
Files should be mapped in memory using \c mmap()
Declaration
Objective-C
SFBInputSourceFlagsMemoryMapFiles = 1 << 0
-
Files should be fully loaded in memory
Declaration
Objective-C
SFBInputSourceFlagsLoadFilesInMemory = 1 << 1