| Overload | Description | 
|---|---|
| StreamLoader<TValue> Constructor(Func<Stream,ValueResult<TValue>>) | Initializes a new instance of the class, given the function to read the value from the stream. | 
| StreamLoader<TValue> Constructor(Func<Stream,ValueResult<TValue>>,IInformationResourceHandler<Stream>) | Initializes a new instance of the class, given the function to read the value from the stream, and a stream resource handler. | 
