# Interface: com.pnfsoftware.jeb.core.units.code.asm.type.IPrimitiveSizes

Get the sizes of common primitives. The sizes are returned in bytes.

## Method: getCharSize
- return type: `int`

Description: Retrieve the size of `char`.
return: size in bytes

## Method: getDoubleSize
- return type: `int`

Description: Retrieve the size of `double`.
return: size in bytes

## Method: getFloatSize
- return type: `int`

Description: Retrieve the size of `float`.
return: size in bytes

## Method: getIntSize
- return type: `int`

Description: Retrieve the size of `int`.
return: size in bytes

## Method: getLongDoubleSize
- return type: `int`

Description: Retrieve the size of `long double`.
return: size in bytes

## Method: getLongLongSize
- return type: `int`

Description: Retrieve the size of `long long`.
return: size in bytes

## Method: getLongSize
- return type: `int`

Description: Retrieve the size of `long`.
return: size in bytes

## Method: getShortSize
- return type: `int`

Description: Retrieve the size of `short`.
return: size in bytes

