Location:
S32FILE.H
Link against: estor.lib
class RFileReadStream : public RReadStream;
Supports the reading of a stream from a file.
RReadStream
- The read stream interface
RFileReadStream
- Supports the reading of a stream from a file
Defined in RFileReadStream
:
Attach()
, Open()
, RFileReadStream()
, RFileReadStream()
Inherited from RReadStream
:
Close()
,
Detach()
,
Pop()
,
PushL()
,
ReadInt16L()
,
ReadInt32L()
,
ReadInt8L()
,
ReadL()
,
ReadReal32L()
,
ReadReal64L()
,
ReadUint16L()
,
ReadUint32L()
,
ReadUint8L()
,
Release()
,
Source()
IMPORT_C RFileReadStream(RFile &aFile, TInt aPos=0);
Constructs the read stream object, associates it with an already opened file, and prepares the stream for reading.
|
IMPORT_C TInt Open(RFs &aFs, const TDesC &aName, TUint aFileMode);
Opens a file containing a stream and prepares the stream for reading.
The stream will be read from offset zero in the file.
|
|