All types
|
All members
RT.ArithmeticCoding
RT.ArithmeticCoding
Arithmetic
Coding
Reader
Arithmetic
Coding
Reader
Stream
Arithmetic
Coding
Reader
Stream
(
input
Stream
,
frequencies
)
Arithmetic
Coding
Reader
Stream
(
input
Stream
,
context
)
Close
()
Close
(
close
Base
Stream
)
Flush
()
Read
(
buffer
,
offset
,
count
)
ReadByte
()
Seek
(
offset
,
origin
)
SetContext
(
context
)
SetLength
(
value
)
Write
(
buffer
,
offset
,
count
)
Can
Read
Can
Seek
Can
Write
Length
Position
Arithmetic
Coding
Writer
Arithmetic
Coding
Writer
Stream
Arithmetic
Symbol
Array
Context
Arithmetic
Symbol
Context
PropellerApi
PuzzleSolvers
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.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
void
Close
(
bool
)
Declared in:
RT.ArithmeticCoding.
ArithmeticCodingReaderStream
Declaration
public
void
Close
(
bool
closeBaseStream
= true
)
Summary
Finalizes the decoding and optionally closes the input stream. This method must be called if you intend to read additional data from the input stream, but it is optional otherwise.