• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDCWriteStream.h
Go to the documentation of this file.
1 /*
2  * Copyright 2023 BlackBerry Limited. All rights reserved.
3  */
4 
5 #pragma once
6 
7 #import <Foundation/Foundation.h>
8 
36 @interface GDCWriteStream : NSOutputStream <NSStreamDelegate>
37 
63 - (instancetype)initWithFile:(NSString*)filePath append:(BOOL) shouldAppend error:(NSError**)error;
64 
71 - (instancetype)initWithFile:(NSString*)filePath append:(BOOL) shouldAppend;
72 
80 - (NSError*) streamError;
81 
82 @end
GDCWriteStream
NSOutputStream subclass for writing files in the secure store.
Definition: GDCWriteStream.h:36
-[GDCWriteStream streamError]
NSError * streamError()
Get the last error.