Asked
Viewed
2k times
- 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?
Olli
1,2451515 silver badges3232 bronze badges
asked Mar 27, 2011 at 12:48
saikamesh
4,6191111 gold badges5757 silver badges9797 bronze badges
- see BinaryReader.Read(byte[], int, int)
- There is no object that have this behavior in .NET, you should implement it by yourself.
answered Mar 27, 2011 at 13:00
Arnaud F.
8,5121212 gold badges5858 silver badges104104 bronze badges
Start asking to get answers
Find the answer to your question by asking.
Ask question
Explore related questions
See similar questions with these tags.