Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: long Seek(long, SeekOrigin)

  • Declared in: RT.KitchenSink.Streams.PeekableStream
  • Overrides: Stream.Seek(long, SeekOrigin)

Declaration

public override long Seek(
    long offset,
    SeekOrigin origin
)

Summary

Seeks to the specified position in the underlying stream, if the underlying stream supports it. Note that seeking causes all peek streams to be invalidated.