1
0
Fork 0
mirror of https://github.com/shufflingpixels/php-io.git synced 2026-08-15 19:58:14 +02:00
Commit graph

7 commits

Author SHA1 Message Date
785e48a023 Remove BinaryReader stream and string helpers
BinaryReader does not own the stream object. so we should not have a
method that creates one (string) also remove stream() as its the same as
the constructor.
2026-06-26 13:25:40 +02:00
0fa93d691c Add BinaryReader::readPaddedString 2026-06-26 09:46:08 +02:00
08c67dfa19 Add Mago config and strict types 2026-06-26 09:38:18 +02:00
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
89525294de stream: adopt PSR-7 StreamInterface 2026-05-23 21:58:20 +02:00
8d8690f77b composer.json: add support section 2026-04-22 16:50:56 +02:00
c677cfccd4 Initial commit 2026-04-22 07:15:24 +02:00