Java does not have unsigned data types. Your options are to use a BigInteger, or to use a long and interpret the bits as unsiged, as described in this ...
確定! 回上一頁