A data source object provides larger-than-RAM data sets to clients. More...
#import <ILSwapLargeItemSupport.h>
Public Member Functions | |
| (id< ILSwapReader >) | - reader |
| Provides a reader that will produce the data contained by this source as a sequence of NSData objects. | |
A data source object provides larger-than-RAM data sets to clients.
Definition at line 17 of file ILSwapLargeItemSupport.h.
| - (id <ILSwapReader>) reader |
Provides a reader that will produce the data contained by this source as a sequence of NSData objects.
The reader will have a nil delegate and will be stopped. See the ILSwapReader protocol for more information about readers and reader states.
1.6.1