Java DataInputStream methods in C# BinaryReader
- what is the java DataInputStream readFully method equivalent in C# BinaryReader?
- What is the java DataInputStream mark and reset methods equivalent in C# BinaryReader or Stream? 开发者_StackOverflow
- see BinaryReader.Read(byte[], int, int)
- There is no object that have this behavior in .NET, you should implement it by yourself.
精彩评论