You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍.
The text was updated successfully, but these errors were encountered:
Feature description
Introduce
BinaryStream
similar toBufferStream
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
andDataStream
).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 👍.
The text was updated successfully, but these errors were encountered: