-
Constructor Summary
Constructors
-
Method Summary
Convert from a type to the current type
read(io.netty.buffer.ByteBuf buffer)
Reads a value from a ByteBuf.
void
Writes an object to a type to a ByteBuf.
-
-
Method Details
-
read
public Integer read(io.netty.buffer.ByteBuf buffer)
Reads a value from a ByteBuf.
- Specified by:
read
in interface ByteBufReader<Integer>
- Parameters:
buffer
- buffer to read from
- Returns:
- type based on the class type
-
write
public void write(io.netty.buffer.ByteBuf buffer,
Integer object)
Writes an object to a type to a ByteBuf.
- Specified by:
write
in interface ByteBufWriter<Integer>
- 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<Integer>
- Parameters:
o
- The input object
- Returns:
- The converted type as an object