Module org.neo4j.driver
Class CommonValuePacker
java.lang.Object
org.neo4j.driver.internal.bolt.basicimpl.messaging.common.CommonValuePacker
- All Implemented Interfaces:
ValuePacker
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final intstatic final intstatic final bytestatic final bytestatic final bytestatic final bytestatic final bytestatic final intstatic final bytestatic final intstatic final bytestatic final intprotected final PackStream.Packerstatic final intstatic final bytestatic final intstatic final bytestatic final bytestatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidfinal voidprotected voidpackInternalValue(InternalValue value) final voidpackStructHeader(int size, byte signature)
-
Field Details
-
DATE
public static final byte DATE- See Also:
-
DATE_STRUCT_SIZE
public static final int DATE_STRUCT_SIZE- See Also:
-
TIME
public static final byte TIME- See Also:
-
TIME_STRUCT_SIZE
public static final int TIME_STRUCT_SIZE- See Also:
-
LOCAL_TIME
public static final byte LOCAL_TIME- See Also:
-
LOCAL_TIME_STRUCT_SIZE
public static final int LOCAL_TIME_STRUCT_SIZE- See Also:
-
LOCAL_DATE_TIME
public static final byte LOCAL_DATE_TIME- See Also:
-
LOCAL_DATE_TIME_STRUCT_SIZE
public static final int LOCAL_DATE_TIME_STRUCT_SIZE- See Also:
-
DATE_TIME_WITH_ZONE_OFFSET
public static final byte DATE_TIME_WITH_ZONE_OFFSET- See Also:
-
DATE_TIME_WITH_ZONE_OFFSET_UTC
public static final byte DATE_TIME_WITH_ZONE_OFFSET_UTC- See Also:
-
DATE_TIME_WITH_ZONE_ID
public static final byte DATE_TIME_WITH_ZONE_ID- See Also:
-
DATE_TIME_WITH_ZONE_ID_UTC
public static final byte DATE_TIME_WITH_ZONE_ID_UTC- See Also:
-
DATE_TIME_STRUCT_SIZE
public static final int DATE_TIME_STRUCT_SIZE- See Also:
-
DURATION
public static final byte DURATION- See Also:
-
DURATION_TIME_STRUCT_SIZE
public static final int DURATION_TIME_STRUCT_SIZE- See Also:
-
POINT_2D_STRUCT_TYPE
public static final byte POINT_2D_STRUCT_TYPE- See Also:
-
POINT_2D_STRUCT_SIZE
public static final int POINT_2D_STRUCT_SIZE- See Also:
-
POINT_3D_STRUCT_TYPE
public static final byte POINT_3D_STRUCT_TYPE- See Also:
-
POINT_3D_STRUCT_SIZE
public static final int POINT_3D_STRUCT_SIZE- See Also:
-
packer
-
-
Constructor Details
-
CommonValuePacker
-
-
Method Details
-
packStructHeader
- Specified by:
packStructHeaderin interfaceValuePacker- Throws:
IOException
-
pack
- Specified by:
packin interfaceValuePacker- Throws:
IOException
-
pack
- Specified by:
packin interfaceValuePacker- Throws:
IOException
-
pack
- Specified by:
packin interfaceValuePacker- Throws:
IOException
-
packInternalValue
- Throws:
IOException
-