标签: netty
我正在使用DynamicChannelBuffer,我在这个缓冲区内做一些输出,我想要写入多少字节。
我该如何获得这些信息?
非常感谢,Radu。
答案 0 :(得分:1)
看看这些方法:
writerIndex() readableBytes() markWriterIndex()
最有可能readableBytes()会给你答案,但这取决于你对缓冲区的处理方式。
readableBytes()