First public contribution.
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * A write stream that throws away all its input, but keeps track of how many
16 * bytes have been written to it. It is used for determining the amount of
17 * memory needed to store externalised objects.
27 #ifndef __NULLSTREAM_H__
28 #define __NULLSTREAM_H__
31 #include <scs/nullbuf.h>
33 NONSHARABLE_CLASS(RNullWriteStream) : public RWriteStream
36 IMPORT_C RNullWriteStream();
37 IMPORT_C TUint BytesWritten();