public static short toInt16( byte[] bytes, int index ) throws Exception { if ( bytes.length != 8 ) throw new Exception( "The length of the byte array must ...
確定! 回上一頁