Toggle navigation
Home
io.netty.buffer.ByteBuf to byte
No. of Instances - 12
No. of Commits - 1
No. of Projects - {'graylog2-server'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
ByteBufUtil.prettyHexDump(optionTemplate.getValue())
to
ByteBufUtil.prettyHexDump(Unpooled.wrappedBuffer(optionTemplate.getValue()))
Maps.immutableEntry(templateId,bb.copy(start,bb.readerIndex() - start))
to
template
bb.copy(start,bb.readerIndex() - start)
to
bytes