HardTotals.Read(Int32, Int32, Int32) 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.
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[]