Skip to content

0xFF を読んだ際の意図しない振る舞いを修正#1

Open
youpong wants to merge 5 commits into
opengl-8080:masterfrom
youpong:master
Open

0xFF を読んだ際の意図しない振る舞いを修正#1
youpong wants to merge 5 commits into
opengl-8080:masterfrom
youpong:master

Conversation

@youpong
Copy link
Copy Markdown

@youpong youpong commented Oct 28, 2020

IOUtil#readLine() にてin.read() から 0xFF を返された場合に、処理が終了してしまうという振る舞いは意図されたものでないと考えます。

in.read() の返り値をint から byte にキャストする前に EOF との比較を行うように変更しました。

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.

1 participant