public class ByteUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SIZE_OF_BOOLEAN
Bytes used in a boolean
|
static int |
SIZE_OF_BYTE
Bytes used in a byte
|
static int |
SIZE_OF_CHAR
Bytes used in a char
|
static int |
SIZE_OF_DOUBLE
Bytes used in a double
|
static int |
SIZE_OF_FLOAT
Bytes used in a float
|
static int |
SIZE_OF_INT
Bytes used in an int
|
static int |
SIZE_OF_LONG
Bytes used in a long
|
static int |
SIZE_OF_SHORT
Bytes used in a short
|
public static final int SIZE_OF_BOOLEAN
public static final int SIZE_OF_BYTE
public static final int SIZE_OF_CHAR
public static final int SIZE_OF_SHORT
public static final int SIZE_OF_INT
public static final int SIZE_OF_LONG
public static final int SIZE_OF_FLOAT
public static final int SIZE_OF_DOUBLE
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.