ByteBuf.isWritable

Returns {@code true} if and only if this buffer has enough room to allow writing the specified number of elements.

  1. bool isWritable()
  2. bool isWritable(int size)
    class ByteBuf
    abstract
    bool
    isWritable
    (
    int size
    )

Meta