osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

`IO.write(CharSequence content, Writer writer)` shall not append line separator at the end of the content #152

Closed greenlaw110 closed 6 years ago

greenlaw110 commented 6 years ago

At the moment calling IO.write("abc", writer) will result in abc\n write to the writer.