简体   繁体   English

C#BinaryReader中的Java DataInputStream方法

[英]Java DataInputStream methods in C# BinaryReader

  1. what is the java DataInputStream readFully method equivalent in C# BinaryReader? 什么是C#BinaryReader中等效的java DataInputStream readFully方法?
  2. What is the java DataInputStream mark and reset methods equivalent in C# BinaryReader or Stream? 什么是C#BinaryReader或Stream中等效的java DataInputStream标记和重置方法?
  1. see BinaryReader.Read(byte[], int, int) BinaryReader.Read(byte [],int,int)
  2. There is no object that have this behavior in .NET, you should implement it by yourself. 在.NET中没有对象具有此行为,您应该自己实现它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM