FileStreamWrapper.ReadData Metodo

Definizione

Overload

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

Parametri

buf
Byte[]
iBytes
Int32

Restituisce

Int32

Implementazioni

Si applica a

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

Parametri

buf
Byte[]
iBytes
Int32
i64Offset
Int64

Restituisce

Int32

Implementazioni

Si applica a