ByteBuf.isReadable

Returns {@code true} if and only if this buffer contains equal to or more than the specified number of elements.

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

Meta