Unpooled.copyInt

Creates a new 4-byte big-endian buffer that holds the specified 32-bit integer.

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

Meta