-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[*] Use modern Java APIs for reading buffers instead of homebrewing (#…
…5440) Using the standard APIs is likely to be faster and/or more understandable in most cases. In the event we need custom stuff we can implement it in a proper utility method. p.s. why is file reading/writing happening inside of "gui2" code?
- Loading branch information
1 parent
247510b
commit d2e6b93
Showing
2 changed files
with
26 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters