terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SafeAsciiDecoder.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
System.Text
;
4
5
namespace
System.Xml
6
{
7
// Token: 0x0200009D RID: 157
8
internal
class
SafeAsciiDecoder
:
Decoder
9
{
10
// Token: 0x0600074B RID: 1867 RVA: 0x000188D8 File Offset: 0x00016AD8
11
public
SafeAsciiDecoder
()
12
{
13
}
14
15
// Token: 0x0600074C RID: 1868 RVA: 0x000188EC File Offset: 0x00016AEC
16
public
override
int
GetCharCount
(
byte
[] bytes,
int
index
,
int
count
)
17
{
18
return
count
;
19
}
20
21
// Token: 0x0600074D RID: 1869 RVA: 0x000188FC File Offset: 0x00016AFC
22
public
override
int
GetChars
(
byte
[] bytes,
int
byteIndex
,
int
byteCount
,
char
[] chars,
int
charIndex
)
23
{
24
return
byteCount
;
25
}
26
27
// Token: 0x0600074E RID: 1870 RVA: 0x0001890C File Offset: 0x00016B0C
28
public
override
void
Convert
(
byte
[] bytes,
int
byteIndex
,
int
byteCount
,
char
[] chars,
int
charIndex
,
int
charCount
,
bool
flush
, [Out]
int
bytesUsed, [Out]
int
charsUsed, [Out]
bool
completed)
29
{
30
}
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Text.Decoder
Definition
Decoder.cs:10
System.Xml.SafeAsciiDecoder.GetCharCount
override int GetCharCount(byte[] bytes, int index, int count)
Definition
SafeAsciiDecoder.cs:16
System.Xml.SafeAsciiDecoder.Convert
override void Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, [Out] int bytesUsed, [Out] int charsUsed, [Out] bool completed)
Definition
SafeAsciiDecoder.cs:28
System.Xml.SafeAsciiDecoder.SafeAsciiDecoder
SafeAsciiDecoder()
Definition
SafeAsciiDecoder.cs:11
System.Xml.SafeAsciiDecoder.GetChars
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
Definition
SafeAsciiDecoder.cs:22
System.Xml.SafeAsciiDecoder
Definition
SafeAsciiDecoder.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Text
Definition
ASCIIEncoding.cs:7
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.index
@ index
System.ExceptionArgument.count
@ count
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
SafeAsciiDecoder.cs
Generated by
1.10.0