| DfsInputStreamOffsetFromBoundary 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.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public long OffsetFromBoundary(
long position
)
Public Function OffsetFromBoundary (
position As Long
) As Long
public:
virtual long long OffsetFromBoundary(
long long position
) sealed
abstract OffsetFromBoundary :
position : int64 -> int64
override OffsetFromBoundary :
position : int64 -> int64
Parameters
- position
- Type: SystemInt64
The position.
Return Value
Type:
Int64
The offset from the structural boundary that directly precedes the specified position.
Implements
IRecordInputStreamOffsetFromBoundary(Int64)See Also