All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
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
Reverse
Polarity
Stream
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PuzzleSolvers
RT.CommandLine
RT.Coordinates
RT.Geometry
RT.Json
RT.Lingo.Base
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
void
SkipExactly
(
int
)
Declared in:
RT.KitchenSink.Streams.
PeekableStream
Declaration
public
void
SkipExactly
(
int
count
)
Summary
Skips the specified number of bytes in the current stream, and throws
EndOfStreamException
if the end of the stream is reached early.
Parameters
int
count
Number of bytes to skip.