IResourceEncoder |
Name | Description |
---|---|
![]() | Encodes a value into a byte array for later retrieval. |
![]() | Returns the next available resource from the encoder. |
![]() | Requests that the encoder release all currently encoded values. |
An encoder needs to hold multiple encoded resources. Once all resources have been encoded, each resource will be requested one at a time. The same resource should never be returned more than once.