Public Member Functions | Static Public Member Functions | Properties

OFSeekFailedException Class Reference

An exception indicating that seeking in a stream failed. More...

#import <OFSeekFailedException.h>

Inheritance diagram for OFSeekFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:stream:offset:whence:
(OFSeekableStream *) - stream
(off_t) - offset
(int) - whence
(int) - errNo

Static Public Member Functions

(id) + newWithClass:stream:offset:whence:

Properties

OFSeekableStreamstream
off_t offset
int whence
int errNo

Detailed Description

An exception indicating that seeking in a stream failed.


Member Function Documentation

- (int) errNo  
Returns:
The errno from when the exception was created
- (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
+ (id) newWithClass: (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
- (off_t) offset  
Returns:
The offset to which seeking failed
- (OFSeekableStream*) stream  
Returns:
The stream for which seeking failed
- (int) whence  
Returns:
To what the offset is relative

The documentation for this class was generated from the following files:
 All Classes Functions Variables