JAVA1.8中Double类新增的一个属性BYTE用来表示所用字节大小

    /**
     * The number of bytes used to represent a {@code double} value.
     *
     * @since 1.8
     */
    public static final int BYTES = SIZE / Byte.SIZE;

猜你喜欢

转载自my.oschina.net/u/2368542/blog/1572312