Does Julia have an analog of Python's readinto method?

Is there a way to read data from a binary stream directly into a pre-existing vector without making a copy? In Python, I can use the readinto method. Does Julia have anything similar?

read!, readbytes!

1 Like