I'm trying to open a file reader stream and check if the file is empty but keep the stream open for other operations but every time I check if the file is empty, the damn stream closes. No matter what I do, kotlin stdlib closes it. I tried making my own operation for iterating through the lines and checking if it's empty but...STILL CLOSES. What am I supposed to do???