-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
Introduce BinaryStream similar to BufferStream from v4.
By default, each chunk flowing through the stream would be a single byte. The stream should allow manipulating binary data (grouping, splitting, parsing, shifting, etc). Also it should be possible to convert such stream into other types (most notably StringStream and DataStream).
Use case
Various file types transformations, parsing binary formats, binary data manipulation (images, videos, etc).
If you are interested in this issue or this stream type fits your use case, please upvote with 👍.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request