共用方式為


HardTotals.Read(Int32, Int32, Int32) Method

Definition

Reads data from a totals file.

public abstract byte[] Read (int handle, int offset, int count);
abstract member Read : int * int * int -> byte[]
Public MustOverride Function Read (handle As Integer, offset As Integer, count As Integer) As Byte()

Parameters

handle
Int32

Totals file handle returned from a Create(String, Int32, Boolean) or Find(String) method.

offset
Int32

Starting offset for the data to be read.

count
Int32

Number of bytes of data to read.

Returns

Byte[]

Applies to