Unpooled.copyBoolean

Create a new big-endian buffer that holds a sequence of the specified bool values.

  1. ByteBuf copyBoolean(bool value)
  2. ByteBuf copyBoolean(bool[] values)
    class Unpooled
    static
    copyBoolean
    (
    bool[] values...
    )

Meta