Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: long Seek(long, SeekOrigin)

  • Declared in: RT.Util.Streams.BinaryStream
  • Overrides: Stream.Seek(long, SeekOrigin)

Declaration

public override long Seek(
    long offset,
    SeekOrigin origin
)

Summary

Sets the position within the underlying stream.

Parameters

longoffsetA byte offset relative to the origin parameter.
SeekOriginoriginA value indicating the reference point used.

Returns

The new position within the underlying stream.