Package org.capnproto
Class ElementSize
- java.lang.Object
-
- org.capnproto.ElementSize
-
public final class ElementSize extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteBITstatic byteBYTEstatic byteEIGHT_BYTESstatic byteFOUR_BYTESstatic byteINLINE_COMPOSITEstatic bytePOINTERstatic byteTWO_BYTESstatic byteVOID
-
Constructor Summary
Constructors Constructor Description ElementSize()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intdataBitsPerElement(byte size)static shortpointersPerElement(byte size)
-
-
-
Field Detail
-
VOID
public static final byte VOID
- See Also:
- Constant Field Values
-
BIT
public static final byte BIT
- See Also:
- Constant Field Values
-
BYTE
public static final byte BYTE
- See Also:
- Constant Field Values
-
TWO_BYTES
public static final byte TWO_BYTES
- See Also:
- Constant Field Values
-
FOUR_BYTES
public static final byte FOUR_BYTES
- See Also:
- Constant Field Values
-
EIGHT_BYTES
public static final byte EIGHT_BYTES
- See Also:
- Constant Field Values
-
POINTER
public static final byte POINTER
- See Also:
- Constant Field Values
-
INLINE_COMPOSITE
public static final byte INLINE_COMPOSITE
- See Also:
- Constant Field Values
-
-