-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
Convert from a type to the current type
read(io.netty.buffer.ByteBuf buffer)
float
void
write(io.netty.buffer.ByteBuf buffer,
Float object)
void
-
Constructor Details
-
FloatType
public FloatType()
-
Method Details
-
readPrimitive
public float readPrimitive(io.netty.buffer.ByteBuf buffer)
-
writePrimitive
public void writePrimitive(io.netty.buffer.ByteBuf buffer,
float object)
-
read
Deprecated.
Reads a value from a ByteBuf.
- Specified by:
read
in interface ByteBufReader<Float>
- 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<Float>
- 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<Float>
- Parameters:
o
- The input object
- Returns:
- The converted type as an object
readPrimitive(ByteBuf)
for manual reading to avoid wrapping