Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "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.
20 #ifndef __FLDARRAY_H__
21 #define __FLDARRAY_H__
28 class TTextFieldHeader
30 Encodes a field type and the stream ID of the picture body.
31 The stream ID can be replaced by a pointer.
37 IMPORT_C void InternalizeL(RReadStream& aStream); // internalizes the header info only
38 IMPORT_C void ExternalizeL(RWriteStream& aStream)const; // externalizes the header info only
40 TSwizzle<CTextField> iField;
47 Container for a TTextField - placed in the field array
52 IMPORT_C void InternalizeL(RReadStream& aStream);
53 IMPORT_C void ExternalizeL(RWriteStream& aStream)const;
55 TInt iPreFieldLen; // the gap before the field in characters
56 TInt iFieldValueLen; // length of field in characters
57 TTextFieldHeader iFieldHeader; // contains the field itself