Interface IPrimitiveSizes
- All Known Implementing Classes:
PrimitiveSizes
Get the sizes of common primitives. The sizes are returned in bytes.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
-
Method Details
-
getCharSize
int getCharSize() -
getShortSize
int getShortSize() -
getIntSize
int getIntSize() -
getLongSize
int getLongSize() -
getLongLongSize
int getLongLongSize() -
getFloatSize
int getFloatSize() -
getDoubleSize
int getDoubleSize() -
getLongDoubleSize
int getLongDoubleSize()
-