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

longoffset A byte offset relative to the origin parameter.
SeekOriginorigin A value indicating the reference point used.

Returns

The new position within the underlying stream.