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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool AreInsideSameBoundary(
	long position1,
	long position2
)

Parameters

position1  Int64
The first position.
position2  Int64
The second position.

Return Value

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