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.
1
using
System
;
2
using
System.Text
;
3
4
namespace
System.IO
5
{
6
// Token: 0x02000570 RID: 1392
7
internal
class
UnexceptionalStreamWriter
:
StreamWriter
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IO.StreamWriter
Definition
StreamWriter.cs:11
System.IO.Stream
Definition
Stream.cs:15
System.IO.UnexceptionalStreamWriter.UnexceptionalStreamWriter
UnexceptionalStreamWriter(Stream stream, Encoding encoding)
Definition
UnexceptionalStreamWriter.cs:10
System.IO.UnexceptionalStreamWriter.Write
override void Write(string value)
Definition
UnexceptionalStreamWriter.cs:43
System.IO.UnexceptionalStreamWriter.Write
override void Write(char[] buffer, int index, int count)
Definition
UnexceptionalStreamWriter.cs:25
System.IO.UnexceptionalStreamWriter.Flush
override void Flush()
Definition
UnexceptionalStreamWriter.cs:19
System.IO.UnexceptionalStreamWriter.Write
override void Write(char[] value)
Definition
UnexceptionalStreamWriter.cs:37
System.IO.UnexceptionalStreamWriter.Write
override void Write(char value)
Definition
UnexceptionalStreamWriter.cs:31
System.IO.UnexceptionalStreamWriter
Definition
UnexceptionalStreamWriter.cs:8
System.Text.Encoding
Definition
Encoding.cs:15
System.IO
Definition
__Error.cs:4
System.Text
Definition
ASCIIEncoding.cs:7
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System.ExceptionArgument.count
@ count
System
Definition
__ComObject.cs:4
source
mscorlib
System
IO
UnexceptionalStreamWriter.cs
Generated by
1.10.0