FileStreamWrapper.ReadData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ReadData(Byte[], Int32) | |
ReadData(Byte[], Int32, Int64) |
ReadData(Byte[], Int32)
public:
virtual int ReadData(cli::array <System::Byte> ^ buf, int iBytes);
public int ReadData (byte[] buf, int iBytes);
abstract member ReadData : byte[] * int -> int
override this.ReadData : byte[] * int -> int
Public Function ReadData (buf As Byte(), iBytes As Integer) As Integer
参数
- buf
- Byte[]
- iBytes
- Int32
返回
实现
适用于
ReadData(Byte[], Int32, Int64)
public:
virtual int ReadData(cli::array <System::Byte> ^ buf, int iBytes, long i64Offset);
public int ReadData (byte[] buf, int iBytes, long i64Offset);
abstract member ReadData : byte[] * int * int64 -> int
override this.ReadData : byte[] * int * int64 -> int
Public Function ReadData (buf As Byte(), iBytes As Integer, i64Offset As Long) As Integer
参数
- buf
- Byte[]
- iBytes
- Int32
- i64Offset
- Int64