We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When writing a JTextFile, some data might be missing due to an intermediate Writer neither being flushed nor closed.
JTextFile
Writer
The text was updated successfully, but these errors were encountered:
Flushing intermediate streams which are not closed (phax#61)
1e91d0e
Merge pull request #62 from fbaro/master
9da04c8
Proposed fix for issue #61
Fixed in 3.0.3 - sorry for not mentioning this.
Sorry, something went wrong.
phax
No branches or pull requests
When writing a
JTextFile
, some data might be missing due to an intermediateWriter
neither being flushed nor closed.The text was updated successfully, but these errors were encountered: