osglworks / java-tool

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

IO - read from InputStream return value check logic error #214

Closed greenlaw110 closed 4 years ago

greenlaw110 commented 5 years ago

At the moment it check if the read return value is greater than 0, while the correct logic is check it and see if it is greater than -1