framework-js icon indicating copy to clipboard operation
framework-js copied to clipboard

Introduce BinaryStream/BufferStream

Open f1ames opened this issue 4 years ago • 0 comments

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 :+1:.

f1ames avatar Dec 08 '21 11:12 f1ames