FileStreamWrapper.ReadData Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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