I want to read file from behind by stream.
Is it possible?
Thanks
I want to read file from behind by stream.
Is it possible?
Thanks
Well, it’s like reading an infinite list of numbers, but by the end ![]()
If you know the size of the file you could use a file handle and seek backwards and emit chunks and wrap the whole thing in Stream.resource/3
Thanks!