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

◆ Close()

override void Ionic.Zlib.ZlibBaseStream.Close ( )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 218 of file ZlibBaseStream.cs.

219 {
220 if (this._stream != null)
221 {
222 this.finish();
223 long num = 0L;
224 this.end();
225 if (!this._leaveOpen)
226 {
227 Stream stream = this._stream;
228 }
229 if (num != 0L)
230 {
231 throw new OutOfMemoryException();
232 }
233 }
234 }

References Ionic.Zlib.ZlibBaseStream._leaveOpen, Ionic.Zlib.ZlibBaseStream._stream, Ionic.Zlib.ZlibBaseStream.end(), Ionic.Zlib.ZlibBaseStream.finish(), and System.L.