public static CreateWithLimits ( Stream input, int sizeLimit, int recursionLimit ) : |
||
input | Stream | The input stream to read from |
sizeLimit | int | The total limit of data to read from the stream. |
recursionLimit | int | The maximum recursion depth to allow while reading. |
return |