-
Constructor Summary
Constructors
-
Method Summary
Convert from a type to the current type
read(io.netty.buffer.ByteBuf buffer)
long
void
write(io.netty.buffer.ByteBuf buffer,
Long object)
void
-
Constructor Details
-
LongType
public LongType()
-
Method Details
-
read
Deprecated.
Reads a value from a ByteBuf.
- Specified by:
read
in interface ByteBufReader<Long>
- Parameters:
buffer
- buffer to read from
- Returns:
- type based on the class type
-
write
Deprecated.
Writes an object to a type to a ByteBuf.
- Specified by:
write
in interface ByteBufWriter<Long>
- Parameters:
buffer
- buffer to write to
object
- value to write
-
from
Convert from a type to the current type
- Specified by:
from
in interface TypeConverter<Long>
- Parameters:
o
- The input object
- Returns:
- The converted type as an object
-
readPrimitive
public long readPrimitive(io.netty.buffer.ByteBuf buffer)
-
writePrimitive
public void writePrimitive(io.netty.buffer.ByteBuf buffer,
long object)
readPrimitive(ByteBuf)
for manual reading to avoid wrapping