| class RFileWriteStream : public RWriteStream |
Supports the writing of a stream to a file.
| Public Member Functions | |
|---|---|
| RFileWriteStream() | |
| RFileWriteStream(const MExternalizer< TStreamRef > &) | |
| RFileWriteStream(RFile &, TInt) | |
| IMPORT_C void | Attach(RFile &, TInt) |
| IMPORT_C TInt | Create(RFs &, const TDesC &, TUint) |
| IMPORT_C TInt | Open(RFs &, const TDesC &, TUint) |
| IMPORT_C TInt | Replace(RFs &, const TDesC &, TUint) |
| IMPORT_C TInt | Temp(RFs &, const TDesC &, TFileName &, TUint) |
| Private Attributes | |
|---|---|
| RFileBuf | iSink |
| RFileWriteStream | ( | const MExternalizer< TStreamRef > & | anExter | ) | [inline] |
| const MExternalizer< TStreamRef > & anExter |
| IMPORT_C TInt | Create | ( | RFs & | aFs, |
| const TDesC & | aName, | |||
| TUint | aFileMode | |||
| ) | ||||
| IMPORT_C TInt | Replace | ( | RFs & | aFs, |
| const TDesC & | aName, | |||
| TUint | aFileMode | |||
| ) | ||||
| IMPORT_C TInt | Temp | ( | RFs & | aFs, |
| const TDesC & | aPath, | |||
| TFileName & | aName, | |||
| TUint | aFileMode | |||
| ) | ||||