ContentAccess::CDirStreamable Class Reference
class ContentAccess::CDirStreamable : public CDir |
Emulates the behavior of a CDir object with the addition of streaming.
Functions are not virtual and do not override the CDir functions so most of the time this class will be used as if it was a CDir. It is only when used explicitly as a CDirStreamable that any additional functionality is invoked
Inherits from
- ContentAccess::CDirStreamable
Constructor & Destructor Documentation
CDirStreamable()
CDirStreamable | ( | ) | [private] |
~CDirStreamable()
~CDirStreamable | ( | ) | [virtual] |
Member Functions Documentation
AddL(const TEntry &)
IMPORT_C void | AddL | ( | const TEntry & | aEntry | ) | |
Parameters
const TEntry & aEntry | The directory entry to add |
ConstructL()
void | ConstructL | ( | ) | [private] |
ConstructL(CDir &)
void | ConstructL | ( | CDir & | aDir | ) | [private] |
Count()
IMPORT_C TInt | Count | ( | ) | const |
ExternalizeL(RWriteStream &)
InternalizeL(RReadStream &)
NewL(CDir &)
Parameters
CDir & aDir | A CDir object which has been constructed by a previous call to RFs::GetDir() |
NewL(RReadStream)
Parameters
RReadStream aStream | The stream to read the CDirStreamable object from |
Sort(TUint)
Sort the entries in the specified order
Parameters
TUint aEntrySortKey | A TEntryKey value used to sort the array. |
operator[](TInt)
IMPORT_C const TEntry & | operator[] | ( | TInt | aIndex | ) | const |
Retrieve the file system entry at a particular index
TEntry
Parameters
TInt aIndex | The entry to retrieve |
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.