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.
1using System;
2
3namespace 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}
static void ValidateCopyToArgs(Stream source, Stream destination, int bufferSize)