1 Matching Annotations
- Jun 2023
-
stackoverflow.com stackoverflow.com
-
I just wanted to tweak Java's BufferedReader to handle custom line delimiters. Thanks to private fields I have to clone the entire class rather than simply extending it and overriding readLine().
-