BinaryArchiveReader.SeekFromCurrentPosition Method (UInt64, Boolean)

BinaryArchiveReaderSeekFromCurrentPosition Method (UInt64, Boolean)

seek from current position ( like fseek( ,SEEK_CUR) )

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SeekFromCurrentPosition(
	ulong byteOffset,
	bool forward
)
Public Function SeekFromCurrentPosition ( 
	byteOffset As ULong,
	forward As Boolean
) As Boolean

Parameters

byteOffset
Type: SystemUInt64

[Missing <param name="byteOffset"/> documentation for "M:Rhino.FileIO.BinaryArchiveReader.SeekFromCurrentPosition(System.UInt64,System.Boolean)"]

forward
Type: SystemBoolean
seek forward of backward in the archive

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.FileIO.BinaryArchiveReader.SeekFromCurrentPosition(System.UInt64,System.Boolean)"]

See Also