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.
需要查看作为 ChannelBuffer 传入的文件的大小。
我应该使用 limit() 还是容量?它与实际尺寸准确吗?
您可以使用容量 -1(因为它是从 0 开始的)来获取 channelBuffer 中的字节数。
ChannelBuffer buffer = ...; a = buffer.capacity() - 1;
如果我把解决这个问题所需的人力资源加起来,我们需要两天时间。由于某种原因,在我的 Mac 机器上代码停止工作,而在 Windows 机器上一切运行完美。
很难确定是出了什么问题,因为错误消息没有给我们任何线索,而是将我们指向了几个错误的方向,比如发送错误的 http 标头之类的。