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.
1using System;
3using System.Text;
4
5namespace System.Xml
6{
7 // Token: 0x0200009D RID: 157
8 internal class SafeAsciiDecoder : Decoder
9 {
10 // Token: 0x0600074B RID: 1867 RVA: 0x000188D8 File Offset: 0x00016AD8
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}
class f__AnonymousType0<< Count > j__TPar
override int GetCharCount(byte[] bytes, int index, int count)
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)
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)