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] |
const TStreamPos | KStreamBeginning |
TBool | operator== | ( | TInt | aLength, |
TStreamTransfer | aTransfer | |||
) | [inline] |