 | 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.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxlong OffsetFromBoundary(
long position
)
Function OffsetFromBoundary (
position As Long
) As Long
long long OffsetFromBoundary(
long long position
)
abstract OffsetFromBoundary :
position : int64 -> int64
Parameters
- position Int64
- The position.
Return Value
Int64
The offset from the structural boundary that directly precedes the specified position.
See Also