idlehomescreen/inc/xnresource.h
branchCompilerCompatibility
changeset 28 bb2f3dabcaa9
parent 27 7a8b39b569cb
equal deleted inserted replaced
21:76d6129f27f7 28:bb2f3dabcaa9
   373         * CXnResource::WriteStream(). Gets write stream on iBuffer.
   373         * CXnResource::WriteStream(). Gets write stream on iBuffer.
   374         * @since S60 3.1
   374         * @since S60 3.1
   375         * @param aOffset a buffer position of iBuffer to write data.
   375         * @param aOffset a buffer position of iBuffer to write data.
   376         * @return RBufWriteStream& write stream.
   376         * @return RBufWriteStream& write stream.
   377         */
   377         */
   378         IMPORT_C RBufWriteStream& CXnResource::WriteStream( TUint aOffset = 0 );      
   378         IMPORT_C RBufWriteStream& WriteStream( TUint aOffset = 0 );      
   379         
   379         
   380         /**
   380         /**
   381         * CXnResource::ReadStream(). Gets read stream on iBuffer.
   381         * CXnResource::ReadStream(). Gets read stream on iBuffer.
   382         * @since S60 3.1
   382         * @since S60 3.1
   383         * @param aOffset a buffer position of iBuffer to read data. 
   383         * @param aOffset a buffer position of iBuffer to read data. 
   384         * @return RBufReadStream& read stream
   384         * @return RBufReadStream& read stream
   385         */
   385         */
   386         IMPORT_C RBufReadStream& CXnResource::ReadStream(TUint aOffset = 0 );
   386         IMPORT_C RBufReadStream& ReadStream(TUint aOffset = 0 );
   387 
   387 
   388         /**
   388         /**
   389         * CXnResource::SetOffset(). Sets internal data pointer of iBuffer.
   389         * CXnResource::SetOffset(). Sets internal data pointer of iBuffer.
   390         * @since S60 3.1
   390         * @since S60 3.1
   391         * @param aOffset is new offset of iBuffer data pointer.
   391         * @param aOffset is new offset of iBuffer data pointer.