Unpooled.copyInt

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

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

Meta