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

Add DataOutput.writeBytes(String) (and overrides) #185

Closed
Marcono1234 opened this issue Nov 5, 2021 · 2 comments
Closed

Add DataOutput.writeBytes(String) (and overrides) #185

Marcono1234 opened this issue Nov 5, 2021 · 2 comments
Assignees
Milestone

Comments

@Marcono1234
Copy link

Hello,
DataOutput.writeBytes(String) and its overrides only writes the low byte of each character, ignoring the high byte.
Should it be added to the list of forbidden signatures (for Java 7)?

@uschindler
Copy link
Member

Hi thanks for this issue. This is indeed needed.

I'll add to the signatures. It is not needed to add the overrides because of inheritance from this interface.

@uschindler uschindler self-assigned this Nov 5, 2021
@uschindler uschindler added this to the 3.3 milestone Nov 5, 2021
@uschindler
Copy link
Member

I also added the complement DataInput.readLine() which has exactly the same problem. DataInput.readBytes() does not exist.

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

No branches or pull requests

2 participants