ObjFW  Diff

Differences From Artifact [b5cc441e5f]:

To Artifact [9d72f8d05d]:


140
141
142
143
144
145
146
147

148
149

150
151
152
153
154
155
156
140
141
142
143
144
145
146

147
148

149
150
151
152
153
154
155
156







-
+

-
+







- (size_t)readNItems: (size_t)nitems
	      ofSize: (size_t)size
	  intoBuffer: (char*)buf;

/**
 * Writes from a buffer into the file.
 *
 * \param buf The buffer from which the data is written to the file
 * \param nitems The number of items to write
 * \param size The size of the data that should be written
 * \param nitem The number of items to write
 * \param buf The buffer from which the data is written to the file
 * \return The number of bytes written
 */
- (size_t)writeNItems: (size_t)nitems
	       ofSize: (size_t)size
	   fromBuffer: (const char*)buf;
@end