Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DynamicChannelBuffer,我正在这个缓冲区内进行一些输出,我想知道写入了多少字节。
我应该如何获得这些信息?
非常感谢,拉杜。
看看这些方法:
writerIndex() readableBytes() markWriterIndex()
很可能readableBytes()会给您答案,但这取决于您对缓冲区的处理。
readableBytes()