An exception indicating that seeking in a stream failed.
More...
#include <OFSeekFailedException.h>
List of all members.
Detailed Description
An exception indicating that seeking in a stream failed.
Member Function Documentation
int OFSeekFailedException::errNo |
( |
| ) |
[virtual] |
- Returns:
- The errno from when the exception was created
id OFSeekFailedException::initWithClass:stream:offset:whence: |
( |
Class |
class_, |
|
|
[stream] OFSeekableStream* |
stream, |
|
|
[offset] off_t |
offset, |
|
|
[whence] int |
whence |
|
) |
| [virtual] |
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
id OFSeekFailedException::newWithClass:stream:offset:whence: |
( |
Class |
class_, |
|
|
[stream] OFSeekableStream* |
stream, |
|
|
[offset] off_t |
offset, |
|
|
[whence] int |
whence |
|
) |
| [static, virtual] |
- 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
off_t OFSeekFailedException::offset |
( |
| ) |
[virtual] |
- Returns:
- The offset to which seeking failed
- Returns:
- The stream for which seeking failed
int OFSeekFailedException::whence |
( |
| ) |
[virtual] |
- Returns:
- To what the offset is relative
The documentation for this class was generated from the following files: