basic API docs
[awesomized/ext-ion] / docs / src / ion / Reader / Stream / resetStreamWithLength.md
1 # void ion\Reader\Stream::resetStreamWithLength(resource $stream, int $length)
2
3 Reset the stream read from, limiting length to read.
4
5
6
7
8
9
10 ## Params:
11
12 * resource $stream
13 The stream to read from.
14 * int $length
15 The maximum length to read from $stream.
16
17