Package io.aether.net.fastMeta
Class SerializerPackNumber
- java.lang.Object
-
- io.aether.net.fastMeta.SerializerPackNumber
-
public class SerializerPackNumber extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static SerializerPackNumberINSTANCE
-
Constructor Summary
Constructors Constructor Description SerializerPackNumber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcalcSize(long v)voidput(io.aether.utils.dataio.DataOut out, int value)voidput(io.aether.utils.dataio.DataOut out, long v)voidput(io.aether.utils.dataio.DataOut out, java.lang.Number value)
-
-
-
Field Detail
-
INSTANCE
public static final SerializerPackNumber INSTANCE
-
-