ByteBuf.readableBytes

Returns the number of readable bytes which is equal to {@code (this.writerIndex - this.readerIndex)}.

class ByteBuf
abstract
int
readableBytes
()

Meta