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
IOUtils.Java uses readAllBytes which were introduced in Java 9. We should try to get rid of it so the code is compatible with Java 1.8.
IOUtils.Java
readAllBytes
See #30 (review) for context.
The text was updated successfully, but these errors were encountered:
Make IOUtils compatible with Java 1.8
b67cccb
Fixes tlaplus#31. `InputStream.readAllBytes()` is a function added at Java 9, we replace it by a equivalent private function.
3965034
Make IOUtils compatible with Java 1.8 (#33)
983e334
Fixes #31. `InputStream.readAllBytes()` is a function added at Java 9, we replace it by a equivalent private function.
Successfully merging a pull request may close this issue.
IOUtils.Java
usesreadAllBytes
which were introduced in Java 9. We should try to get rid of it so the code is compatible with Java 1.8.See #30 (review) for context.
The text was updated successfully, but these errors were encountered: