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
StreamHelpers.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.IO
4
{
5
// Token: 0x0200053E RID: 1342
6
internal
static
class
StreamHelpers
7
{
8
// Token: 0x06002789 RID: 10121 RVA: 0x00055AD4 File Offset: 0x00053CD4
9
public
static
void
ValidateCopyToArgs
(
Stream
source
,
Stream
destination
,
int
bufferSize)
10
{
11
if
(
destination
!=
null
)
12
{
13
return
;
14
}
15
}
16
}
17
}
System.IO.StreamHelpers.ValidateCopyToArgs
static void ValidateCopyToArgs(Stream source, Stream destination, int bufferSize)
Definition
StreamHelpers.cs:9
System.IO.StreamHelpers
Definition
StreamHelpers.cs:7
System.IO.Stream
Definition
Stream.cs:15
System.IO
Definition
__Error.cs:4
System.ExceptionArgument.source
@ source
System.ExceptionArgument.destination
@ destination
System
Definition
__ComObject.cs:4
source
mscorlib
System
IO
StreamHelpers.cs
Generated by
1.10.0