Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LongTraversables obtained from UnmanagedResources seem to load all data #70

Open
jesseeichar opened this issue Sep 12, 2012 · 0 comments

Comments

@jesseeichar
Copy link
Owner

LongTraversables obtained from UnmanagedResources seem to load all data and are usable even after stream is closed. It should not load data until needed and if closed should throw an exception

import scalax.io.JavaConverters._
val fin = new FileInputStream("somefile.txt")
val chars = fin.asUnmanagedInput.chars
chars.head
fin.close
chars.head

last line should be an exception but isn't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant