All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
Control
Coded
Stream
Control
Coded
Stream
(
underlying
Stream
)
Flush
()
Read
(
buffer
,
offset
,
count
)
ReadControlCode
()
Seek
(
offset
,
origin
)
SetLength
(
value
)
Write
(
buffer
,
offset
,
count
)
WriteControlCode
(
code
)
Can
Read
Can
Seek
Can
Write
Is
Ended
Length
Position
Peekable
Stream
Peek
Stream
Reverse
Polarity
Stream
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.Geometry
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
RT.ArithmeticCoding
RT.CommandLine
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
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
void
WriteControlCode
(
byte
)
Declared in:
RT.KitchenSink.Streams.
ControlCodedStream
Virtual
Declaration
public virtual
void
WriteControlCode
(
byte
code
)
Summary
Writes the specified control code to the stream.
Parameters
byte
code
The code to write. Valid values are 0..254; 255 is reserved.