Unpooled.copyMedium

Create a new big-endian buffer that holds a sequence of the specified 24-bit integers.

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

Meta