• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDCReadStream.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 
49 @interface GDCReadStream : NSInputStream <NSStreamDelegate>
50 
68 - (instancetype) initWithFile:(NSString*)filePath error:(NSError**)error;
69 
76 - (instancetype) initWithFile:(NSString*)filePath;
77 
89 - (BOOL)seekToFileOffset:(unsigned long long)offset;
90 
91 
100 - (NSError*) streamError;
101 
102 @end
-[GDCReadStream streamError]
NSError * streamError()
Get the last error.
GDCReadStream
NSInputStream subclass for reading files that are in the secure store.
Definition: GDCReadStream.h:49