class RMemReadStream : public RReadStream |
Supports the reading of a stream from a pointer of any type.
Public Member Functions | |
---|---|
RMemReadStream () | |
RMemReadStream (const TAny *, TInt ) | |
IMPORT_C void | Open (const TAny *, TInt ) |
Private Attributes | |
---|---|
TMemBuf | iSource |
RMemReadStream | ( | ) | [inline] |
Constructs an empty object.
Call Open() to prepare the stream for reading.
IMPORT_C | RMemReadStream | ( | const TAny * | aPtr, |
TInt | aLength | |||
) |
Constructs the RMemReadStream object and prepares the stream hosted in the specified plain memory location for reading.
IMPORT_C void | Open | ( | const TAny * | aPtr, |
TInt | aLength | |||
) |
Open a stream that reads from a pointer of any type.
To close the stream and free its resources call Close()
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.