org.jouvieje.fmodex.utils
Interface SizeOfPrimitive

All Known Implementing Classes:
BufferUtils, FileIOUtils

public interface SizeOfPrimitive

Size of java primitives.


Field Summary
static int SIZEOF_BYTE
          Size of a byte in bytes !!!
static int SIZEOF_CHAR
          Size of a char in bytes
static int SIZEOF_DOUBLE
          Size of a double in bytes
static int SIZEOF_FLOAT
          Size of a float in bytes
static int SIZEOF_INT
          Size of an int in bytes
static int SIZEOF_LONG
          Size of a long in bytes
static int SIZEOF_SHORT
          Size of a short in bytes
 

Field Detail

SIZEOF_BYTE

public static final int SIZEOF_BYTE
Size of a byte in bytes !!!

See Also:
Constant Field Values

SIZEOF_CHAR

public static final int SIZEOF_CHAR
Size of a char in bytes

See Also:
Constant Field Values

SIZEOF_SHORT

public static final int SIZEOF_SHORT
Size of a short in bytes

See Also:
Constant Field Values

SIZEOF_INT

public static final int SIZEOF_INT
Size of an int in bytes

See Also:
Constant Field Values

SIZEOF_LONG

public static final int SIZEOF_LONG
Size of a long in bytes

See Also:
Constant Field Values

SIZEOF_FLOAT

public static final int SIZEOF_FLOAT
Size of a float in bytes

See Also:
Constant Field Values

SIZEOF_DOUBLE

public static final int SIZEOF_DOUBLE
Size of a double in bytes

See Also:
Constant Field Values


NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)