More straightforward description
This commit is contained in:
parent
47498eb159
commit
38c60ef807
@ -430,8 +430,8 @@ public interface ChannelBuffer extends Comparable<ChannelBuffer> {
|
|||||||
* the expected minimum number of writable bytes
|
* the expected minimum number of writable bytes
|
||||||
* @throws IndexOutOfBoundsException
|
* @throws IndexOutOfBoundsException
|
||||||
* if {@linkplain #writableBytes() the writable bytes} of this
|
* if {@linkplain #writableBytes() the writable bytes} of this
|
||||||
* buffer is less than the specified value and the capacity of the
|
* buffer is less than the specified value and if this buffer is
|
||||||
* buffer cannot be expanded
|
* not a dynamic buffer
|
||||||
*/
|
*/
|
||||||
void ensureWritableBytes(int writableBytes);
|
void ensureWritableBytes(int writableBytes);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user