本文介绍了BinaryWriter.Write()如何写入字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用BinaryWriter.Write()编写字符串,在msdn中,说明如下:
I used BinaryWriter.Write() to write strings, in msdn, the description is as below:
我认为长度前缀是固定大小的;但实际上它是可变大小的.关于此方法如何计算前缀长度的任何细节?
I thought the length-prefix's is fix-sized; but in fact it's variable-sized.Any detail on how this method calculate the prefix's length?
推荐答案
对于.NET 4.0及更高版本,MSDN 也说:
For .NET 4.0 and above, MSDN also says:
对于早期版本,它说:
这篇关于BinaryWriter.Write()如何写入字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!