IFileStreamWrapper.ReadData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReadData(Byte[], Int32) | |
ReadData(Byte[], Int32, Int64) |
ReadData(Byte[], Int32)
ReadData(Byte[], Int32, Int64)
public:
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
Public Function ReadData (buf As Byte(), iBytes As Integer, i64Offset As Long) As Integer
Parameters
- buf
- Byte[]
- iBytes
- Int32
- i64Offset
- Int64