Quantcast
Channel: 質問!ITmedia 新着質問(Java/253)
Viewing all articles
Browse latest Browse all 2439

配列int値をbyte値に変換するルーチン

$
0
0
下記は1個のint値をbyte形式に変換するですが、配列に持っているintを 配列のbyteに変換するルーチンはありますか? =========================== public static byte[] fromInt(int value) { //int arraySize = Integer.SIZE / Byte.SIZE; ByteBuffer buffer = ByteBuffer.allocate(4); return buffer.putInt(value).array(); } =========================== 以上、宜しくお願いします。

Viewing all articles
Browse latest Browse all 2439

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>