Closed nhz2 closed 6 months ago
Currently unread only works with Vector{UInt8}
unread
Vector{UInt8}
https://github.com/JuliaIO/TranscodingStreams.jl/blob/8fdabeda88199cd4298d9cba597e006b1af7655a/src/stream.jl#L445
It should be changed to allow any AbstractVector{UInt8}
AbstractVector{UInt8}
Ref: https://github.com/JuliaIO/TranscodingStreams.jl/pull/209#discussion_r1590356676
Currently
unread
only works withVector{UInt8}
https://github.com/JuliaIO/TranscodingStreams.jl/blob/8fdabeda88199cd4298d9cba597e006b1af7655a/src/stream.jl#L445
It should be changed to allow any
AbstractVector{UInt8}
Ref: https://github.com/JuliaIO/TranscodingStreams.jl/pull/209#discussion_r1590356676