开发者

Java DataInputStream methods in C# BinaryReader

开发者 https://www.devze.com 2023-02-19 21:19 出处:网络
what is the java DataInputStream readFully method equivalent inC# BinaryReader? What is the java DataInputStream mark and reset methods equivalent in C# BinaryReader or Stream?
  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

精彩评论

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

关注公众号