| class CApaResourceFileWriterBase : public CBase |
| Protected Member Functions | |
|---|---|
| CApaResourceFileWriterBase() | |
| void | DoGenerateFileContentsL(RBuf8 &, TUid, TUid) |
| void | WriteBufferL(MDataSink &, const TDesC8 &) |
| void | WriteLittleEndianUint16L(MDataSink &, TUint) |
| void | WriteLittleEndianUint32L(MDataSink &, TUint) |
| void | WriteText8L(MDataSink &, const TDesC8 &) |
| void | WriteTextL(MDataSink &, const TDesC &) |
| void | WriteUidTypeL(MDataSink &, TUid, TUid) |
| void | WriteUint8L(MDataSink &, TUint) |
| Private Member Functions | |
|---|---|
| HBufC8 * | AsCompressedUnicodeLC(const TDesC &) |
| void | MainResourceInCompiledFormatL(MDataSink &) |
| void | MainResourceInCompiledFormatLC(TInt &, RBuf8 &, TBool) |
| const TDesC8 * | SecondResourceL(TBool &) |
| HBufC8 * | AsCompressedUnicodeLC | ( | const TDesC & | aUncompressedUnicode | ) | [private, static] |
| const TDesC & aUncompressedUnicode |
| void | DoGenerateFileContentsL | ( | RBuf8 & | aBuffer, |
| TUid | aUid2, | |||
| TUid | aUid3 | |||
| ) | const [protected] | |||
| void | MainResourceInCompiledFormatL | ( | MDataSink & | aDataSink | ) | const [private, pure virtual] |
| MDataSink & aDataSink |
| void | MainResourceInCompiledFormatLC | ( | TInt & | aMainResourceSizeInBytesWhenUncompressed, |
| RBuf8 & | aBuffer, | |||
| TBool | aCompressedUnicodeFormat | |||
| ) | const [private] | |||
| const TDesC8 * | SecondResourceL | ( | TBool & | aSecondResourceInCompressedUnicodeFormat | ) | const [private, pure virtual] |
| TBool & aSecondResourceInCompressedUnicodeFormat |
| void | WriteBufferL | ( | MDataSink & | aDataSink, |
| const TDesC8 & | aBuffer | |||
| ) | const [protected] | |||
| void | WriteLittleEndianUint16L | ( | MDataSink & | aDataSink, |
| TUint | aUint16 | |||
| ) | const [protected] | |||
| void | WriteLittleEndianUint32L | ( | MDataSink & | aDataSink, |
| TUint | aUint32 | |||
| ) | const [protected] | |||
| void | WriteText8L | ( | MDataSink & | aDataSink, |
| const TDesC8 & | aText8 | |||
| ) | const [protected] | |||
| void | WriteTextL | ( | MDataSink & | aDataSink, |
| const TDesC & | aText | |||
| ) | const [protected] | |||