An exception indicating that seeking in a stream failed.
More...
#import <OFSeekFailedException.h>
List of all members.
Detailed Description
An exception indicating that seeking in a stream failed.
Member Function Documentation
- Returns:
- The errno from when the exception was created
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
stream: |
|
(OFSeekableStream*) |
stream |
offset: |
|
(off_t) |
offset |
whence: |
|
(int) |
whence |
|
|
| |
- Parameters:
-
stream | The stream for which seeking failed |
offset | The offset to which seeking failed |
whence | To what the offset is relative |
- Returns:
- A new seek failed exception
- (id) initWithClass: |
|
(Class) |
class_ |
stream: |
|
(OFSeekableStream*) |
stream |
offset: |
|
(off_t) |
offset |
whence: |
|
(int) |
whence |
|
|
| |
Initializes an already allocated seek failed exception.
- Parameters:
-
stream | The stream for which seeking failed |
offset | The offset to which seeking failed |
whence | To what the offset is relative |
- Returns:
- An initialized seek failed exception
- Returns:
- The offset to which seeking failed
- Returns:
- The stream for which seeking failed
- Returns:
- To what the offset is relative
The documentation for this class was generated from the following files: