ObjFW  Diff

Differences From Artifact [3d1d09b7c8]:

To Artifact [f1d0a00de8]:


19
20
21
22
23
24
25




26
27



28
}

+ newWithPath: (const char*)path
      andMode: (const char*)mode;
- initWithPath: (const char*)path
       andMode: (const char*)mode;
- free;




- (char*)readWithSize: (size_t)size
	    andNItems: (size_t)nitems;



@end







>
>
>
>


>
>
>

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
}

+ newWithPath: (const char*)path
      andMode: (const char*)mode;
- initWithPath: (const char*)path
       andMode: (const char*)mode;
- free;
- (BOOL)isEndOfFile;
- (size_t)readIntoBuffer: (char*)buf
		withSize: (size_t)size
	       andNItems: (size_t)nItems;
- (char*)readWithSize: (size_t)size
	    andNItems: (size_t)nitems;
- (size_t)writeBuffer: (char*)buf
	     withSize: (size_t)size
	    andNItems: (size_t)nitems;
@end