Location:
 s32file.h 
Link against:  estor.lib 
RFileReadStream
Supported from 5.0
Supports the reading of a stream from a file.
  | 
Defined in RFileReadStream:
Attach(), Open(), RFileReadStream()
Inherited from RReadStream:
Close(),
Detach(),
Pop(),
PushL(),
ReadInt16L(),
ReadInt32L(),
ReadInt8L(),
ReadL(),
ReadReal32L(),
ReadReal64L(),
ReadUint16L(),
ReadUint32L(),
ReadUint8L(),
Release(),
Source()
RFileReadStream(RFile& aFile,TInt aPos=0);
Constructs the read stream object, associates it with an already opened file, and prepares the stream for reading.
  | 
void Attach(RFile& aFile,TInt aPos=0);
Associates this stream with an already opened file and prepares the stream for reading.
  | 
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.
  | 
  |