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

◆ Read() [1/2]

override int System.IO.Compression.DeflateStream.Read ( byte[] array,
int offset,
int count )
inline

Definition at line 110 of file DeflateStream.cs.

111 {
112 if (!this.disposed)
113 {
114 if (array == null)
115 {
116 goto IL_0020;
117 }
118 if (count != 0)
119 {
120 DeflateStreamNative deflateStreamNative = this.native;
121 int num;
122 return num;
123 }
124 }
125 Type type = base.GetType();
126 IL_0020:
127 return "Dest or count is negative.";
128 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.count, System.IO.Compression.DeflateStream.disposed, System.Type.GetType(), j__TPar, and System.IO.Compression.DeflateStream.native.