Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: long Position

  • Declared in: RT.KitchenSink.Streams.PeekableStream
  • Overrides: Stream.Position

Declaration

long Position

Summary

Gets or sets the current position in the stream, if supported by the underlying stream. Note that seeking causes all peek streams to be reset so as to resume peeking from the point seeked to. Note also that getting the current position requires a small amount of computation and should be used with care in tight loops.