Click or drag to resize

DfsInputStreamAreInsideSameBoundary Method

Determines whether the range between two specified positions does not cross a structural boundary (e.g. a block boundary on the DFS).

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public bool AreInsideSameBoundary(
	long position1,
	long position2
)

Parameters

position1
Type: SystemInt64
The first position.
position2
Type: SystemInt64
The second position.

Return Value

Type: Boolean
if the position1 and position2 fall inside the same boundaries (e.g. if both positions are in the same block in the DFS); otherwise, .

Implements

IRecordInputStreamAreInsideSameBoundary(Int64, Int64)
See Also