开发者

Java DataInputStream methods in C# BinaryReader

  1. what is the java DataInputStream readFully method equivalent in C# BinaryReader?
  2. What is the java DataInputStream mark and reset methods equivalent in C# BinaryReader or Stream?
  3. 开发者_StackOverflow


  1. see BinaryReader.Read(byte[], int, int)
  2. There is no object that have this behavior in .NET, you should implement it by yourself.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜