Package org.fressian.impl
Class Ranges
- java.lang.Object
-
- org.fressian.impl.Ranges
-
public class Ranges extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBYTE_CHUNK_SIZEstatic intBYTES_PACKED_LENGTH_ENDstatic intLIST_PACKED_LENGTH_ENDstatic longPACKED_1_ENDstatic longPACKED_1_STARTstatic longPACKED_2_ENDstatic longPACKED_2_STARTstatic longPACKED_3_ENDstatic longPACKED_3_STARTstatic longPACKED_4_ENDstatic longPACKED_4_STARTstatic longPACKED_5_ENDstatic longPACKED_5_STARTstatic longPACKED_6_ENDstatic longPACKED_6_STARTstatic longPACKED_7_ENDstatic longPACKED_7_STARTstatic intPRIORITY_CACHE_PACKED_ENDstatic intSTRING_PACKED_LENGTH_ENDstatic intSTRUCT_CACHE_PACKED_END
-
Constructor Summary
Constructors Constructor Description Ranges()
-
-
-
Field Detail
-
PACKED_1_START
public static final long PACKED_1_START
- See Also:
- Constant Field Values
-
PACKED_1_END
public static final long PACKED_1_END
- See Also:
- Constant Field Values
-
PACKED_2_START
public static final long PACKED_2_START
- See Also:
- Constant Field Values
-
PACKED_2_END
public static final long PACKED_2_END
- See Also:
- Constant Field Values
-
PACKED_3_START
public static final long PACKED_3_START
- See Also:
- Constant Field Values
-
PACKED_3_END
public static final long PACKED_3_END
- See Also:
- Constant Field Values
-
PACKED_4_START
public static final long PACKED_4_START
- See Also:
- Constant Field Values
-
PACKED_4_END
public static final long PACKED_4_END
- See Also:
- Constant Field Values
-
PACKED_5_START
public static final long PACKED_5_START
- See Also:
- Constant Field Values
-
PACKED_5_END
public static final long PACKED_5_END
- See Also:
- Constant Field Values
-
PACKED_6_START
public static final long PACKED_6_START
- See Also:
- Constant Field Values
-
PACKED_6_END
public static final long PACKED_6_END
- See Also:
- Constant Field Values
-
PACKED_7_START
public static final long PACKED_7_START
- See Also:
- Constant Field Values
-
PACKED_7_END
public static final long PACKED_7_END
- See Also:
- Constant Field Values
-
PRIORITY_CACHE_PACKED_END
public static final int PRIORITY_CACHE_PACKED_END
- See Also:
- Constant Field Values
-
STRUCT_CACHE_PACKED_END
public static final int STRUCT_CACHE_PACKED_END
- See Also:
- Constant Field Values
-
BYTES_PACKED_LENGTH_END
public static final int BYTES_PACKED_LENGTH_END
- See Also:
- Constant Field Values
-
STRING_PACKED_LENGTH_END
public static final int STRING_PACKED_LENGTH_END
- See Also:
- Constant Field Values
-
LIST_PACKED_LENGTH_END
public static final int LIST_PACKED_LENGTH_END
- See Also:
- Constant Field Values
-
BYTE_CHUNK_SIZE
public static final int BYTE_CHUNK_SIZE
- See Also:
- Constant Field Values
-
-