BlackBerry Dynamics
Runtime library for iOS applications
10.2.0.83
BlackBerry Developers
GDCWriteStream.h
Go to the documentation of this file.
1
/*
2
* (c) 2017 BlackBerry Limited. All rights reserved.
3
*/
4
5
#pragma once
6
7
#import <Foundation/Foundation.h>
8
34
@interface
GDCWriteStream
: NSOutputStream <NSStreamDelegate>
35
61
- (instancetype)initWithFile:(NSString*)filePath append:(BOOL) shouldAppend error:(NSError**)error;
62
69
- (instancetype)initWithFile:(NSString*)filePath append:(BOOL) shouldAppend;
70
78
- (NSError*)
streamError
;
79
80
@end
GDCWriteStream
NSOutputStream subclass for writing files in the secure store.
Definition:
GDCWriteStream.h:34
-[GDCWriteStream streamError]
NSError * streamError()
Get the last error.
build
GD.framework
Headers
GDCWriteStream.h
Generated Fri May 6 2022 11:01:03 with v1.8.17
doxygen
. Version 10.2.0.83. © 2022 BlackBerry Limited. All rights reserved.