FXStream& FX::FXStream::save ( const FXuchar p,
unsigned long  n 
) [inline]

Save arrays of items to stream.

Definition at line 386 of file FXStream.h.

References FXASSERT, and NULL.

Referenced by FX::operator<<(), FX::saveElms(), and FX::QMemArrayImpl::Serialise< true, type, allocator >::Serialise().

00386                                                          {  // inlined as FXString uses it
00387     FXASSERT(n==0 || (n>0 && p!=NULL));
00388     dev->writeBlock((char *) p,n);
00389     return *this;
00390   }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:36:31 2009 for TnFOX by doxygen v1.4.7