Click or drag to resize

IRecordInputStreamAreInsideSameBoundary 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.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
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, .
See Also