ByteBufUtil.ensureWritableSuccess

Used to determine if the return value of {@link ByteBuf#ensureWritable(int, bool)} means that there is adequate space and a write operation will succeed. @param ensureWritableResult The return value from {@link ByteBuf#ensureWritable(int, bool)}. @return {@code true} if {@code ensureWritableResult} means that there is adequate space and a write operation will succeed.

class ByteBufUtil
static
bool
ensureWritableSuccess

Meta