Package com.hypixel.hytale.codec.codecs
Class UUIDBinaryCodec
java.lang.Object
com.hypixel.hytale.codec.codecs.UUIDBinaryCodec
- All Implemented Interfaces:
Codec<UUID>,RawJsonCodec<UUID>,SchemaConvertable<UUID>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.codec.Codec
BASE64_PATTERN, BOOLEAN, BSON_DOCUMENT, BYTE, BYTE_ARRAY, DOUBLE, DOUBLE_ARRAY, DURATION, DURATION_SECONDS, FLOAT, FLOAT_ARRAY, INSTANT, INT_ARRAY, INTEGER, LOG_LEVEL, LONG, LONG_ARRAY, PATH, SHORT, STRING, STRING_ARRAY, UUID_BINARY, UUID_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeJson(RawJsonReader reader, ExtraInfo extraInfo) org.bson.BsonValuestatic longreadLongFromArrayBigEndian(byte[] bytes, int offset) toSchema(SchemaContext context) static UUIDuuidFromBytes(byte[] bytes) static UUIDuuidFromHex(String src) static voidwriteLongToArrayBigEndian(byte[] bytes, int offset, long x) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.codec.RawJsonCodec
decodeJsonMethods inherited from interface com.hypixel.hytale.codec.schema.SchemaConvertable
toSchema
-
Constructor Details
-
UUIDBinaryCodec
public UUIDBinaryCodec()
-
-
Method Details
-
decode
-
encode
-
decodeJson
@Nonnull public UUID decodeJson(@Nonnull RawJsonReader reader, ExtraInfo extraInfo) throws IOException - Specified by:
decodeJsonin interfaceCodec<UUID>- Specified by:
decodeJsonin interfaceRawJsonCodec<UUID>- Throws:
IOException
-
writeLongToArrayBigEndian
public static void writeLongToArrayBigEndian(@Nonnull byte[] bytes, int offset, long x) -
readLongFromArrayBigEndian
public static long readLongFromArrayBigEndian(@Nonnull byte[] bytes, int offset) -
uuidFromBytes
-
uuidFromHex
-
toSchema
- Specified by:
toSchemain interfaceSchemaConvertable<UUID>
-