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
UnexceptionalStreamWriter.cs
Go to the documentation of this file.
1using System;
2using System.Text;
3
4namespace System.IO
5{
6 // Token: 0x02000570 RID: 1392
8 {
9 // Token: 0x060029F3 RID: 10739 RVA: 0x0005B384 File Offset: 0x00059584
10 public UnexceptionalStreamWriter(Stream stream, Encoding encoding)
11 {
12 if (!true)
13 {
14 }
15 base..ctor(stream, encoding, 1024, true);
16 }
17
18 // Token: 0x060029F4 RID: 10740 RVA: 0x0005B3A4 File Offset: 0x000595A4
19 public override void Flush()
20 {
21 base.Flush();
22 }
23
24 // Token: 0x060029F5 RID: 10741 RVA: 0x0005B3BC File Offset: 0x000595BC
25 public override void Write(char[] buffer, int index, int count)
26 {
27 base.Write(buffer, index, count);
28 }
29
30 // Token: 0x060029F6 RID: 10742 RVA: 0x0005B3D8 File Offset: 0x000595D8
31 public override void Write(char value)
32 {
33 base.Write(value);
34 }
35
36 // Token: 0x060029F7 RID: 10743 RVA: 0x0005B3F0 File Offset: 0x000595F0
37 public override void Write(char[] value)
38 {
39 base.Write(value);
40 }
41
42 // Token: 0x060029F8 RID: 10744 RVA: 0x0005B408 File Offset: 0x00059608
43 public override void Write(string value)
44 {
45 base.Write(value);
46 }
47 }
48}
class f__AnonymousType0<< Count > j__TPar
UnexceptionalStreamWriter(Stream stream, Encoding encoding)
override void Write(char[] buffer, int index, int count)