-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose the inner type for BufferedReader/Writer
This changes the types BufferedReader and BufferedWriter such that the field storing the inner Read/Write type is public. This is useful when one wants to move some type into these types, while still being able to interact with it (e.g. by setting a timeout in the case of sockets). Changelog: changed
- Loading branch information
1 parent
abfe28c
commit 70447a9
Showing
2 changed files
with
37 additions
and
19 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