1
0
Fork 0
mirror of https://github.com/shufflingpixels/php-io.git synced 2026-08-28 18:08:13 +02:00
Commit graph

1 commit

Author SHA1 Message Date
f669183060 Add LimitedResource for scoped stream windows
Wraps any seekable StreamInterface and exposes a fixed byte range
(start offset + length) as an independent stream. Useful for passing
a subsection of a resource to BinaryReader without copying bytes.
2026-06-26 09:35:56 +02:00