Skip to content
New issue

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

Update ClientSide.java #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update ClientSide.java #2

wants to merge 1 commit into from

Conversation

Isaacx86
Copy link
Owner

@Isaacx86 Isaacx86 commented Feb 16, 2022

Changing of old deprecated DataInput read to BufferedReader, removing deprecation error

Reason for DEP- Readline Deprecated.
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:

Changing of old depreceated datainput read to buffered reader
Copy link
Owner Author

@Isaacx86 Isaacx86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review approved, file working with new BufferedReader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant