All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
Control
Coded
Stream
Peekable
Stream
Peekable
Stream
(
underlying
Stream
)
Flush
()
GetPeekStream
()
Read
(
buffer
,
offset
,
count
)
Seek
(
offset
,
origin
)
SetLength
(
value
)
Skip
(
count
)
SkipExactly
(
count
)
Write
(
buffer
,
offset
,
count
)
Can
Read
Can
Seek
Can
Write
Length
Position
Peek
Stream
Flush
()
Read
(
buffer
,
offset
,
count
)
Seek
(
offset
,
origin
)
SetLength
(
value
)
Write
(
buffer
,
offset
,
count
)
Can
Read
Can
Seek
Can
Write
Is
Valid
Length
Position
Reverse
Polarity
Stream
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
long
Seek
(
long
,
SeekOrigin
)
Declared in:
RT.KitchenSink.Streams.
PeekableStream
.
PeekStream
Overrides:
Stream
.
Seek
(
long
,
SeekOrigin
)
Declaration
public override
long
Seek
(
long
offset
,
SeekOrigin
origin
)
Summary
Throws a
NotSupportedException
.