Click or drag to resize

DfsOutputStreamSeek Method

Not supported.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset  Int64
A byte offset relative to the origin parameter.
origin  SeekOrigin
A value of type SeekOrigin indicating the reference point used to obtain the new position.

Return Value

Int64
The new position within the current stream.
See Also