Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの (おそらく負の) 数値を表す 2 つのバイト配列 (Java) があります。
それらを比較するにはどうすればよいですか (つまり、どちらが小さい/大きいかを調べます)。
現在、私はそれらを2つのJavaに復活させてから比較することでそれらを比較してintいます。しかし、バイト配列の 1 つが負の数を表し、もう 1 つが正の数を表している場合、それは間違った結果をもたらします。
int
ありがとう