IFileStreamWrapper.ReadData 方法

定義

多載

ReadData(Byte[], Int32)
ReadData(Byte[], Int32, Int64)

ReadData(Byte[], Int32)

public:
 int ReadData(cli::array <System::Byte> ^ buf, int iBytes);
public int ReadData (byte[] buf, int iBytes);
Public Function ReadData (buf As Byte(), iBytes As Integer) As Integer

參數

buf
Byte[]
iBytes
Int32

傳回

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);
Public Function ReadData (buf As Byte(), iBytes As Integer, i64Offset As Long) As Integer

參數

buf
Byte[]
iBytes
Int32
i64Offset
Int64

傳回

Int32

適用於