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

◆ BufferSize

int Ionic.Zlib.DeflateStream.BufferSize
getset

Definition at line 56 of file DeflateStream.cs.

57 {
58 get
59 {
60 return this._baseStream._bufferSize;
61 }
62 set
63 {
64 while (!this._disposed)
65 {
66 ZlibBaseStream baseStream = this._baseStream;
67 if (baseStream._workingBuffer == null)
68 {
70 return;
71 }
72 }
73 }
74 }
class f__AnonymousType0<< Count > j__TPar