Click or drag to resize

BitStreamSeek Method

[This is preliminary documentation and is subject to change.]

Set position in stream to read from/write to.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override long Seek(
	long offset,
	SeekOrigin origin
)
Request Example View Source

Parameters

offset
Type: SystemInt64
Offset from position origin.
origin
Type: System.IOSeekOrigin
How to calculate offset.

Return Value

Type: Int64
The new position in the buffer that data will be written to.
See Also