Unpooled.copyMedium

Creates a new 3-byte big-endian buffer that holds the specified 24-bit integer.

  1. ByteBuf copyMedium(int value)
    class Unpooled
    static
    copyMedium
    (
    int value
    )
  2. ByteBuf copyMedium(int[] values)

Meta