Click or drag to resize

IRecordInputStreamOffsetFromBoundary Method

Determines the offset of the specified position from the directly preceding structural boundary (e.g. a block boundary on the DFS).

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
long OffsetFromBoundary(
	long position
)

Parameters

position
Type: SystemInt64
The position.

Return Value

Type: Int64
The offset from the structural boundary that directly precedes the specified position.
See Also