EncodingFormat

public abstract class EncodingFormat

Holds all the array offsets and bit-wise encoders/decoders for packing/unpacking quad data in an array of integers. All of this is implementation-specific - that's why it isn't a "helper" class.

Properties

HEADER_STRIDE
Link copied to clipboard
public final static int HEADER_STRIDE
QUAD_STRIDE
Link copied to clipboard
public final static int QUAD_STRIDE
QUAD_STRIDE_BYTES
Link copied to clipboard
public final static int QUAD_STRIDE_BYTES
TOTAL_STRIDE
Link copied to clipboard
public final static int TOTAL_STRIDE
VERTEX_STRIDE
Link copied to clipboard
public final static int VERTEX_STRIDE

Sources

jvm source
Link copied to clipboard