ByteBuf.writableBytes

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

class ByteBuf
abstract
int
writableBytes
()

Meta