Defines the type of location within a stream on which the calculation of a new seek position is based.
The type is used by the stream buffer SeekL() functions.
See also: MStreamBuf::SeekL() The seek position is calculated relative to the beginning of the stream.
| Enumerator | Value | Description |
|---|---|---|
| EStreamBeginning | ||
| EStreamMark |
The seek position is calculated relative to the end of the stream. | |
| EStreamEnd |
The seek position is calculated relative to the existing read or write mark in the stream. |
| TStreamPos | operator+ | ( | TInt | anOffset, |
| TStreamPos | aPos | |||
| ) | [inline] | |||
Constructs a TStreamPos object that denotes the beginning of any seekable stream.
See also: TStreamPos
| TBool | operator== | ( | TInt | aLength, |
| TStreamTransfer | aTransfer | |||
| ) | [inline] | |||
| TBool | operator< | ( | TInt | aLength, |
| TStreamTransfer | aTransfer | |||
| ) | [inline] | |||
Constructs a TStreamTransfer object indicating that no explicit limit is imposed on transfers between streams.
See also: TStreamTransfer MStreamBuf::ReadL() MStreamBuf::WriteL()