11 #import <Foundation/Foundation.h> 23 - (instancetype _Null_unspecified) init NS_UNAVAILABLE;
24 + (instancetype _Null_unspecified) new NS_UNAVAILABLE;
25 - (instancetype _Null_unspecified) copy NS_UNAVAILABLE;
34 - (instancetype _Nullable) initWithError:(NSError * _Nullable * _Nullable)error NS_DESIGNATED_INITIALIZER NS_SWIFT_NAME(init());
44 - (
ThreadPool* _Nullable) threadPoolWithError:(NSError * _Nullable * _Nullable)error;
60 - (
ThreatHandlerFuture* _Nullable) scanString:(NSString * _Nonnull)text withThreatHandler:(
ThreatHandler * _Nonnull)threatHandler withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(scanString(_:threatHandler:priority:));
74 - (
ThreatHandlerFuture* _Nullable) scanData:(NSData * _Nonnull)data withThreatHandler:(
ThreatHandler * _Nonnull)threatHandler fileName:(NSString * _Nullable)fileName withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(scanData(_:threatHandler:fileName:priority:));
87 - (
ThreatHandlerFuture* _Nullable) scanFileAtPath:(NSString * _Nonnull)filePath withThreatHandler:(
ThreatHandler * _Nonnull)threatHandler withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(scanFile(atPath:threatHandler:priority:));
102 - (
ThreatInfosFuture* _Nullable) scanString:(NSString * _Nonnull)text stopAtFirstThreat:(BOOL)stopAtFirst withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(scanString(_:stopAtFirstThreat:priority:));
116 - (
ThreatInfosFuture* _Nullable) scanData:(NSData * _Nonnull)data stopAtFirstThreat:(BOOL)stopAtFirst fileName:(NSString * _Nullable)fileName withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(scanData(_:stopAtFirstThreat:fileName:priority:));
129 - (
ThreatInfosFuture* _Nullable) scanFileAtPath:(NSString * _Nonnull)filePath stopAtFirstThreat:(BOOL)stopAtFirst withPriotiry:(NSInteger)priority withError:(NSError * _Nullable * _Nullable)error NS_SWIFT_NAME(scanFile(atPath:stopAtFirstThreat:priority:));
Definition: ScannerExecutor.h:21
Definition: ThreadPool.h:18
Definition: ThreatInfosFuture.h:18
Definition: ThreatHandlerFuture.h:16
Definition: ThreatHandler.h:19