First public contribution.
1 #ifndef __FILESTREAM_H__
2 #define __FILESTREAM_H__/*
3 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
5 * This component and the accompanying materials are made available
6 * under the terms of the License "Eclipse Public License v1.0"
7 * which accompanies this distribution, and is available
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
10 * Initial Contributors:
11 * Nokia Corporation - initial contribution.
25 class FileWriteStream : public RWriteStream
28 FileWriteStream(const std::string &aFileName);
32 class FileReadStream : public RReadStream
35 FileReadStream(const std::string &aFileName, bool aSpecialTextHandling = false);