Closed
Description
This constructor method does not seem to be necessary (left over from the bytestring
function). It could be seekstart(b); readstring(b)
or String(take!(b))
.
Actually, String(::IOBuffer)
is a bit of a strange function since it gives you a copy of the data in the buffer without affecting the stream state in any way. Does anybody use this?