Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IncrementalReadDecoder.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
internal
abstract
class
IncrementalReadDecoder
4
{
5
internal
abstract
int
DecodedCount
{
get
; }
6
7
internal
abstract
bool
IsFull
{
get
; }
8
9
internal
abstract
void
SetNextOutputBuffer
(
Array
array
,
int
offset
,
int
len
);
10
11
internal
abstract
int
Decode
(
char
[]
chars
,
int
startPos
,
int
len
);
12
13
internal
abstract
int
Decode
(
string
str
,
int
startPos
,
int
len
);
14
15
internal
abstract
void
Reset
();
16
}
System.Array
Definition
Array.cs:16
System.Xml.IncrementalReadDecoder.Decode
int Decode(char[] chars, int startPos, int len)
System.Xml.IncrementalReadDecoder.DecodedCount
int DecodedCount
Definition
IncrementalReadDecoder.cs:5
System.Xml.IncrementalReadDecoder.Decode
int Decode(string str, int startPos, int len)
System.Xml.IncrementalReadDecoder.SetNextOutputBuffer
void SetNextOutputBuffer(Array array, int offset, int len)
System.Xml.IncrementalReadDecoder.IsFull
bool IsFull
Definition
IncrementalReadDecoder.cs:7
System.Xml.IncrementalReadDecoder.Reset
void Reset()
System.Xml.IncrementalReadDecoder
Definition
IncrementalReadDecoder.cs:4
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.str
@ str
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.chars
@ chars
System.ExceptionArgument.array
@ array
System.ExceptionArgument.len
@ len
source
System.Private.Xml
System.Xml
IncrementalReadDecoder.cs
Generated by
1.10.0