Equivalent of freopen in Java
Posted
by avd
on Stack Overflow
See other posts from Stack Overflow
or by avd
Published on 2010-05-08T11:23:47Z
Indexed on
2010/05/08
11:28 UTC
Read the original article
Hit count: 167
Please suggest a method to obtain a similar behaviour in Java as when we do freopen("filename","r",stdin) OR freopen("filename","w",stdout) in C.
© Stack Overflow or respective owner